Skip to content

Commit d1dbe7a

Browse files
committed
Try clippy first, see if that works?
1 parent 9b60a72 commit d1dbe7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- uses: Swatinem/rust-cache@v2
1919
- name: Format
2020
run: cargo fmt --all -- --check
21-
- name: Build
22-
run: cargo build --verbose
2321
- name: Clippy
2422
run: cargo clippy --all-features --all-targets -- -D warnings
23+
- name: Build
24+
run: cargo build --verbose
2525
- name: Run tests
2626
run: cargo test --verbose

0 commit comments

Comments
 (0)