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 bed784a commit 5f5889fCopy full SHA for 5f5889f
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
/bin/bash mfc.sh test -j $(nproc) $OPT1 $OPT2
89
env:
90
OPT1: ${{ matrix.mpi == 'mpi' && '--test-all' || '' }}
91
- OPT2: ${{ matrix.debug == 'debug' && '-% 75' || '' }}
+ OPT2: ${{ matrix.debug == 'debug' && '-% 20' || '' }}
92
93
docker:
94
name: Github | Docker
0 commit comments