Update release.yml

This commit is contained in:
Thomas Schönauer
2022-10-31 17:36:22 +00:00
committed by GitHub
parent 1bdc948a81
commit c191c073a0

View File

@@ -19,16 +19,11 @@ jobs:
profile: minimal
override: true
components: rustfmt, clippy
- uses: actions-rs/cargo@v1.0.1
name: Run clippy
with:
command: clippy
args: --all-targets --locked -- -D warnings
- uses: actions-rs/cargo@v1.0.1
name: Run clippy (All features)
with:
command: clippy
args: --all-targets --locked --all-features -- -D warnings
args: --all-targets --locked --all-features
- uses: actions-rs/cargo@v1.0.1
name: Run tests
with: