Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi committed May 21, 2024
1 parent bf10d0b commit 2d07852
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
key: ${{ runner.os }}-test-${{ hashFiles('**/Cargo.lock') }}
- run: cargo test --release
test-cuda:
needs: test # don't bother the cuda machine if other tests are failing
runs-on: [self-hosted, cuda]
timeout-minutes: 10
steps:
Expand All @@ -50,4 +51,5 @@ jobs:
target
key: ${{ runner.os }}-test-${{ hashFiles('**/Cargo.lock') }}
- run: cargo test --release
shell: bash {0}

0 comments on commit 2d07852

Please sign in to comment.