mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-24 19:22:37 +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: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- run: cargo check --workspace
|
- run: cargo check --workspace
|
||||||
- run: cargo test --workspace
|
- run: cargo check --workspace --all-targets
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: check
|
needs: check
|
||||||
|
|||||||
Reference in New Issue
Block a user