an attempt to run tests
This commit is contained in:
parent
c36230b252
commit
437b65df2f
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user