Skip to content

Commit

Permalink
unuse default variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Jan 8, 2025
1 parent b9b3f08 commit ad95823
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ jobs:
strategy:
matrix:
backend:
unstable: [false]
# run CUDA tests on Ruche supercomputer with Singularity
- name: cuda
image: nvcc
Expand All @@ -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
Expand Down

0 comments on commit ad95823

Please sign in to comment.