Skip to content

Commit

Permalink
fix: the condition to contiue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Jan 8, 2025
1 parent 1855ae1 commit b9b3f08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
# test the project
test:
runs-on: ${{ matrix.backend.runner }}
continue-on-error: ${{ matrix.unstable }}
continue-on-error: ${{ matrix.backend.unstable }}

needs:
- check_docker_files
Expand All @@ -311,10 +311,9 @@ jobs:
if: ${{ ! cancelled() && needs.build.result == 'success' }}

strategy:
fail-fast: false
matrix:
unstable: [false]
backend:
unstable: [false]
# run CUDA tests on Ruche supercomputer with Singularity
- name: cuda
image: nvcc
Expand Down

0 comments on commit b9b3f08

Please sign in to comment.