Skip to content

Commit

Permalink
Restrict tests to wpimath
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Oct 10, 2024
1 parent facbc8b commit f773750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ jobs:
env:
GTEST_FILTER: TimeTest.Time
# UnitTest_test segfaults on exit occasionally
run: ctest --output-on-failure -V -E 'UnitTest'
run: ctest --output-on-failure -R wpimath -V -E 'UnitTest'

0 comments on commit f773750

Please sign in to comment.