Skip to content

Commit

Permalink
skip benchmarks in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb5637 committed Sep 2, 2024
1 parent 0c6b853 commit 51b5f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Run tests
working-directory: build
run: ctest --verbose -j2
run: ctest --verbose -j2 -E ".*benchmark.*

- name: Run examples
working-directory: build
Expand Down

0 comments on commit 51b5f62

Please sign in to comment.