Skip to content

Commit 616849c

Browse files
committed
ENH: Explicitly specify to run 1 test at a time
This is the default, but be explicit. Trigger CI running on dashboard.
1 parent c44315b commit 616849c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Test
8383
run: |
8484
cd build/castxml-prefix/src/castxml-build
85-
ctest --output-on-failure
85+
ctest -j 1 --output-on-failure
8686
8787
#####################################
8888
# Package the resulting castxml binary

0 commit comments

Comments
 (0)