Skip to content

Commit cf90cc0

Browse files
authored
Merge pull request #273 from MFlowCode/patch-shb
Debug CI doesn't need to test many cases
2 parents bed784a + 5f5889f commit cf90cc0

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
@@ -88,7 +88,7 @@ jobs:
8888
/bin/bash mfc.sh test -j $(nproc) $OPT1 $OPT2
8989
env:
9090
OPT1: ${{ matrix.mpi == 'mpi' && '--test-all' || '' }}
91-
OPT2: ${{ matrix.debug == 'debug' && '-% 75' || '' }}
91+
OPT2: ${{ matrix.debug == 'debug' && '-% 20' || '' }}
9292

9393
docker:
9494
name: Github | Docker

0 commit comments

Comments
 (0)