Working on Github Actions

This commit is contained in:
Daniel Chappuis 2021-08-03 23:08:10 +02:00
parent 8d59872b09
commit 679947de83

View File

@ -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