Skip to content

Commit

Permalink
use ctest directly
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Mar 6, 2024
1 parent d4b1198 commit c13eaee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@ jobs:
key: ccache-linux-${{ matrix.type }}

- name: Run Tests
run: make unittest
run: |
cd _build/${{ matrix.os.type }} && ctest -j 8 --output-on-failure

0 comments on commit c13eaee

Please sign in to comment.