Remove --all-targets from CI check

This commit is contained in:
2026-06-01 11:54:22 +02:00
parent 8a405234d3
commit 0f9965bd1b
-1
View File
@@ -15,7 +15,6 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo check --workspace
- run: cargo check --workspace --all-targets
build:
needs: check