Update rust.yml

This commit is contained in:
jb-alvarado 2022-06-01 21:20:01 +02:00 committed by GitHub
parent e1e8658bad
commit a33247c940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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