Skip to content

Commit

Permalink
Merge pull request #273 from MFlowCode/patch-shb
Browse files Browse the repository at this point in the history
Debug CI doesn't need to test many cases
  • Loading branch information
henryleberre authored Dec 23, 2023
2 parents bed784a + 5f5889f commit cf90cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
/bin/bash mfc.sh test -j $(nproc) $OPT1 $OPT2
env:
OPT1: ${{ matrix.mpi == 'mpi' && '--test-all' || '' }}
OPT2: ${{ matrix.debug == 'debug' && '-% 75' || '' }}
OPT2: ${{ matrix.debug == 'debug' && '-% 20' || '' }}

docker:
name: Github | Docker
Expand Down

0 comments on commit cf90cc0

Please sign in to comment.