We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b60a72 commit d1dbe7aCopy full SHA for d1dbe7a
.github/workflows/rust.yml
@@ -18,9 +18,9 @@ jobs:
18
- uses: Swatinem/rust-cache@v2
19
- name: Format
20
run: cargo fmt --all -- --check
21
- - name: Build
22
- run: cargo build --verbose
23
- name: Clippy
24
run: cargo clippy --all-features --all-targets -- -D warnings
+ - name: Build
+ run: cargo build --verbose
25
- name: Run tests
26
run: cargo test --verbose
0 commit comments