We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f931d0 commit 6accd5fCopy full SHA for 6accd5f
.circleci/config.yml
@@ -54,7 +54,7 @@ jobs:
54
name: Test
55
working_directory: build
56
command: |
57
- ctest -j $(nproc) --output-on-failure
+ ctest -E 'stage_dem' -j $(nproc) --output-on-failure
58
59
workflows:
60
pr-checks:
0 commit comments