Skip to content

Commit 996b7d9

Browse files
committed
Fixes incorrect check command
1 parent 9e0c51f commit 996b7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
toolchain: ${{ env.latest_version }}
4545
- uses: Swatinem/rust-cache@v2
46-
- run: cargo test --all-features --all-targets --workspace --lib --tests --profile "ci"
46+
- run: cargo check --all-features --all-targets --workspace --lib --tests --profile "ci"
4747

4848
docs:
4949
name: Documentation

0 commit comments

Comments
 (0)