Skip to content

Commit

Permalink
Add build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hit9 committed Apr 10, 2024
1 parent 47d8b25 commit 808f9a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DBT_TEST=1
- name: Build Tests
working-directory: ${{runner.workspace}}/build/tests
run: make

- name: Run Tests
working-directory: ${{runner.workspace}}/build
run: ctest --test-dir ./tests --output-on-failure

0 comments on commit 808f9a8

Please sign in to comment.