Skip to content

Commit

Permalink
updates
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 7, 2023
1 parent 7c1e4cd commit 812c3c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Rustfmt
if: contains(matrix.os, 'ubuntu')
run: cargo fmt --all -- --check

- name: Build
Expand All @@ -68,7 +67,6 @@ jobs:
# run: cargo test --workspace

- name: Clippy
if: contains(matrix.os, 'ubuntu')
env:
RUSTFLAGS: -Dwarnings
run: cargo clippy --all --tests
Expand Down

0 comments on commit 812c3c5

Please sign in to comment.