Working on Github Actions
This commit is contained in:
parent
8d59872b09
commit
679947de83
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
|
@ -115,3 +115,7 @@ jobs:
|
|||
shell: bash
|
||||
run: cmake --build build/ --config ${{ matrix.config.build_type }}
|
||||
|
||||
- name: Unit Tests
|
||||
shell: bash
|
||||
run: ./build/test/tests
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user