Skip to content

Commit 6accd5f

Browse files
committed
Exclude stage_dem unit test from public CI
1 parent 9f931d0 commit 6accd5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
name: Test
5555
working_directory: build
5656
command: |
57-
ctest -j $(nproc) --output-on-failure
57+
ctest -E 'stage_dem' -j $(nproc) --output-on-failure
5858
5959
workflows:
6060
pr-checks:

0 commit comments

Comments
 (0)