Skip to content

Commit

Permalink
actually run relentless...
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba committed Feb 13, 2024
1 parent 90c3946 commit d7815dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Test
run: |
if [ '${{ matrix.intel }}' == 'true' ]; then source /opt/intel/oneapi/setvars.sh; fi
/bin/bash mfc.sh test -j $(nproc) $OPT1 $OPT2
/bin/bash mfc.sh test -j $(nproc) -r $OPT1 $OPT2
env:
OPT1: ${{ matrix.mpi == 'mpi' && '--test-all' || '' }}
OPT2: ${{ matrix.debug == 'debug' && '-% 20' || '' }}
Expand Down

0 comments on commit d7815dc

Please sign in to comment.