Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <github@jessfraz.com>
  • Loading branch information
jessfraz committed Dec 9, 2023
1 parent 01c42db commit 3114f4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Rustfmt
run: cargo fmt --all --exclude generator -- --check
run: cargo fmt --all -- --check

- name: Build
run: cargo build --all --exclude generator
run: cargo build --all

# Don't currently test because many tests rely on the system having a CUDA GPU
# - name: Test
Expand All @@ -69,5 +69,5 @@ jobs:
- name: Clippy
env:
RUSTFLAGS: -Dwarnings
run: cargo clippy --all --tests --exclude generator
run: cargo clippy --all --tests

0 comments on commit 3114f4e

Please sign in to comment.