Update rust.yml
This commit is contained in:
parent
e1e8658bad
commit
a33247c940
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -11,8 +11,6 @@ jobs:
|
||||
- run: rustup update stable
|
||||
- run: rustup component add rustfmt
|
||||
- run: rustup component add clippy
|
||||
- name: cargo build
|
||||
uses: actions/checkout@v3
|
||||
- run: cargo test --all-features
|
||||
- run: cargo fmt --all -- --check
|
||||
- run: cargo clippy --all-features --all-targets -- --deny warnings
|
||||
|
Loading…
Reference in New Issue
Block a user