mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-16 16:37:27 +02:00
Replace cargo test with cargo check in CI
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: cargo check --workspace
|
||||
- run: cargo test --workspace
|
||||
- run: cargo check --workspace --all-targets
|
||||
|
||||
build:
|
||||
needs: check
|
||||
|
||||
Reference in New Issue
Block a user