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 907f002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
cuda:
name: Rust tests on CUDA
if: github.event_name != 'pull_request' || github.event.action == 'enqueued'
#if: github.event_name != 'pull_request' || github.event.action == 'enqueued'
runs-on: [self-hosted, gpu-ci]
steps:
- uses: actions/checkout@v4
Expand All @@ -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 907f002

Please sign in to comment.