From 3f2c1c57e1d4991e4b33a32ac6e98cb68fbebc94 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Sun, 28 Mar 2021 23:30:19 +0200 Subject: [PATCH] Fixed make target --- .github/workflows/aunit.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/aunit.yml b/.github/workflows/aunit.yml index 1d6c1ea..117bccd 100644 --- a/.github/workflows/aunit.yml +++ b/.github/workflows/aunit.yml @@ -21,9 +21,6 @@ jobs: git clone https://github.com/bxparks/AceRoutine git clone https://github.com/bxparks/AUnit git clone https://github.com/bxparks/AceCommon - - name: Verify tests - run: | - make -C examples - name: Verify tests run: | make -C tests