diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index be6936ac..28e2e664 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -301,6 +301,7 @@ jobs: # test the project test: runs-on: ${{ matrix.backend.runner }} + continue-on-error: ${{ matrix.unstable }} needs: - check_docker_files @@ -311,11 +312,13 @@ jobs: strategy: matrix: + unstable: [false] backend: # run CUDA tests on Ruche supercomputer - name: cuda image: nvcc runner: [self-hosted, cuda] + unstable: true # run OpenMP tests on Azure server - name: openmp image: gcc