Testing in release mode because debug is too slow.

This commit is contained in:
Nicolas Patry
2023-08-09 23:19:55 +02:00
parent 3542b26143
commit bd2fb6216b

View File

@ -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: