diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_cuda.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_cuda.yaml b/.github/workflows/ci_cuda.yaml index 355bf1d4..7c6cfa9b 100644 --- a/.github/workflows/ci_cuda.yaml +++ b/.github/workflows/ci_cuda.yaml @@ -61,7 +61,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - run: apt update -y && apt install libssl-dev -y - name: Test (cuda) - run: PATH=$PATH:/usr/local/cuda-11.8/bin/ /root/.cargo/bin/cargo test --features cuda --release + run: PATH=$PATH:/usr/local/cuda-11.8/bin/ /root/.cargo/bin/cargo test --features cuda stop-runner: name: Stop self-hosted EC2 runner needs: |