Skip to content

Commit

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

needs:
- check_docker_files
Expand All @@ -311,12 +312,14 @@ jobs:

strategy:
matrix:
unstable: [false]
backend:
# run CUDA tests on Ruche supercomputer with Singularity
- name: cuda
image: nvcc
runner: [self-hosted, cuda]
use_singularity: true
unstable: true
# run OpenMP tests on Azure server
- name: openmp
image: gcc
Expand Down

0 comments on commit c0b5f11

Please sign in to comment.