Skip to content

Commit

Permalink
DEBUG CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lethal-guitar committed Apr 13, 2024
1 parent 909740c commit 385096f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:
- name: Build (release)
run: cd build && make -j2
- name: Test (debug)
run: cd build_dbg && ctest
run: cd build_dbg && ./test/tests
- name: Test (release)
run: cd build_dbg && ctest
run: cd build_dbg && ./test/tests

0 comments on commit 385096f

Please sign in to comment.