From 9a7f6a302023083c85f647183f3d66a010c03393 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Sun, 28 Mar 2021 23:28:48 +0200 Subject: [PATCH] Fixed make target --- .github/workflows/aunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aunit.yml b/.github/workflows/aunit.yml index 60a532d..1d6c1ea 100644 --- a/.github/workflows/aunit.yml +++ b/.github/workflows/aunit.yml @@ -21,7 +21,7 @@ jobs: git clone https://github.com/bxparks/AceRoutine git clone https://github.com/bxparks/AUnit git clone https://github.com/bxparks/AceCommon - - name: Verify examples + - name: Verify tests run: | make -C examples - name: Verify tests