Skip to content

Commit

Permalink
fixes
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 fb2235c commit 18f9ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: cargo fmt --all -- --check

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

# 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 --tests
run: cargo clippy --tests --all --exclude generator

0 comments on commit 18f9ee1

Please sign in to comment.