Update rust.yml
This commit is contained in:
parent
79faf94a22
commit
e1e8658bad
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@ -13,11 +13,7 @@ jobs:
|
||||
- run: rustup component add clippy
|
||||
- name: cargo build
|
||||
uses: actions/checkout@v3
|
||||
# with:
|
||||
# path: target
|
||||
# key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
|
||||
# key: ubuntu-latest-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
|
||||
- run: cargo build --all-features
|
||||
- run: cargo test --all-features
|
||||
- run: cargo fmt --all -- --check
|
||||
- run: cargo clippy --all-features --all-targets -- --deny warnings
|
||||
- run: cargo build --all-features
|
||||
|
Loading…
Reference in New Issue
Block a user