From ad958239c84aabb15e306b5e2734bd90470699cc Mon Sep 17 00:00:00 2001 From: Yuuichi Asahi Date: Wed, 8 Jan 2025 18:56:15 +0900 Subject: [PATCH] unuse default variable --- .github/workflows/build_test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index 638a5bbe..d3fbed1e 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -313,7 +313,6 @@ jobs: strategy: matrix: backend: - unstable: [false] # run CUDA tests on Ruche supercomputer with Singularity - name: cuda image: nvcc @@ -325,16 +324,19 @@ jobs: image: gcc runner: ubuntu-latest use_singularity: false + unstable: false # run Threads tests on Azure server - name: threads image: gcc runner: ubuntu-latest use_singularity: false + unstable: false # run Serial tests on Azure server - name: serial image: gcc runner: ubuntu-latest use_singularity: false + unstable: false steps: - name: Get artifacts