add new tests option

This commit is contained in:
Wolfywolfy
2021-11-22 21:56:59 -03:00
parent 12de377525
commit 288d27f97b
2 changed files with 14 additions and 5 deletions
+2 -2
View File
@@ -32,11 +32,11 @@ jobs:
make
- name: Compile unit test project
working-directory: ./src/unit_tests/
working-directory: ./
env:
TYRA: ${GITHUB_WORKSPACE}
run: |
make
make tests
- name: Compile cube project
working-directory: ./