Skip to content

Commit

Permalink
Disable fast-fail. Restore previous setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ye-luo committed Nov 17, 2023
1 parent 78b187e commit 2fa152d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-github-actions-self-hosted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
GH_JOBNAME: ${{matrix.jobname}}
GH_OS: Linux
strategy:
fail-fast: true
fail-fast: false
matrix:
jobname: [
GCC11-NoMPI-MKL-Real-Mixed, # mixed precision
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
GH_JOBNAME: ${{matrix.jobname}}
GH_OS: Linux
strategy:
fail-fast: true
fail-fast: false
matrix:
jobname: [
V100-Clang16-MPI-CUDA-AFQMC-Offload-Real-Mixed, # auxiliary field, offload
Expand Down

0 comments on commit 2fa152d

Please sign in to comment.