an attempt to run tests

This commit is contained in:
Blue 2023-08-19 22:37:21 -03:00
parent c36230b252
commit 437b65df2f
Signed by: blue
GPG key ID: 9B203B252A63EE38
2 changed files with 9 additions and 1 deletions

View file

@ -16,5 +16,11 @@ jobs:
- name: Build
working-directory: ./build
run: cmake --build .
UnitTests:
runs-on: archlinux
- name: Run tests
working-directory: ./build/test
run: ./runUnitTests
- name: Status
run: echo "${{ job.status }}"