diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-09 23:19:55 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-09 23:19:55 +0200 |
commit | bd2fb6216b692ac3d5fdbbee15dfd2567601cd73 (patch) | |
tree | 0eaa803dc61184915b504a0ae67c37fe7deb982a /.github | |
parent | 3542b26143653b2424162e30deec58d506d3bc26 (diff) | |
download | candle-bd2fb6216b692ac3d5fdbbee15dfd2567601cd73.tar.gz candle-bd2fb6216b692ac3d5fdbbee15dfd2567601cd73.tar.bz2 candle-bd2fb6216b692ac3d5fdbbee15dfd2567601cd73.zip |
Testing in release mode because debug is too slow.
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 7c6cfa9b..355bf1d4 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 + run: PATH=$PATH:/usr/local/cuda-11.8/bin/ /root/.cargo/bin/cargo test --features cuda --release stop-runner: name: Stop self-hosted EC2 runner needs: |