Skip to content

Commit

Permalink
Debug CI doesn't need to test many cases
Browse files Browse the repository at this point in the history
Debug CI doesn't need to test many cases
  • Loading branch information
sbryngelson authored Dec 23, 2023
1 parent bed784a commit 5f5889f
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 5f5889f

Please sign in to comment.