From 8272515bd7a16ac4ef7a7324bcc3c2930d24af1c 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 --- tests/local-tests/{Makfile => Makefile} | 0 2 files changed, 3 deletions(-) rename tests/local-tests/{Makfile => Makefile} (100%) 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 diff --git a/tests/local-tests/Makfile b/tests/local-tests/Makefile similarity index 100% rename from tests/local-tests/Makfile rename to tests/local-tests/Makefile