Skip to content

Commit 7758e86

Browse files
run tests in serial [no ci]
1 parent 4572df8 commit 7758e86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454

5555
- name: CTest Quick
5656
working-directory: ./build
57-
run: ctest -j 4 -L quick
57+
run: ctest -L quick
5858

5959
#- name: CTest Long
6060
#working-directory: ./build
61-
#run: ctest -j 4 -L long
61+
#run: ctest -L long

0 commit comments

Comments
 (0)