Skip to content

Commit

Permalink
Add nvidia job
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbosio committed Jul 14, 2023
1 parent 946a851 commit 32051d3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,18 @@ jobs:
- name: Clean compiled programs
run: make clean

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: Run tests
run: cargo test -F cuda

0 comments on commit 32051d3

Please sign in to comment.