Skip to content

Commit

Permalink
ci: Disable debug info for GPU tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Jan 18, 2024
1 parent aaa1339 commit b941a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: CUDA tests
run: |
cargo nextest run --profile ci --cargo-profile dev-ci --features cuda
cargo nextest run --profile ci --release --features cuda,asm

0 comments on commit b941a24

Please sign in to comment.