Skip to content

Commit

Permalink
Remove cuda from CI (#547)
Browse files Browse the repository at this point in the history
* Remove cuda from CI

* Fmt ci
  • Loading branch information
MauroToscano authored Sep 5, 2023
1 parent b49d2fd commit c8170d5
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,25 +112,3 @@ jobs:
run: make clippy-metal
- name: Run tests
run: make test-metal

test_nvidia:
name: Test (Ubuntu, NVIDIA GPU)
runs-on: [self-hosted, cuda]
env:
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v3
- name: Rustup toolchain install
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: clippy

- name: Add CUDA binaries to PATH
run: |
echo /usr/local/cuda/bin >> $GITHUB_PATH
- name: Run clippy
run: make clippy-cuda
- name: Run tests
run: cargo test -F cuda

0 comments on commit c8170d5

Please sign in to comment.