Fixed make target

This commit is contained in:
hsaturn
2021-03-28 23:28:48 +02:00
parent 253bc9b3f5
commit e550197d0a

View File

@@ -21,7 +21,7 @@ jobs:
git clone https://github.com/bxparks/AceRoutine git clone https://github.com/bxparks/AceRoutine
git clone https://github.com/bxparks/AUnit git clone https://github.com/bxparks/AUnit
git clone https://github.com/bxparks/AceCommon git clone https://github.com/bxparks/AceCommon
- name: Verify examples - name: Verify tests
run: | run: |
make -C examples make -C examples
- name: Verify tests - name: Verify tests