We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c6fd89 + b69c2dc commit 18b162aCopy full SHA for 18b162a
.github/workflows/main.yml
@@ -44,22 +44,6 @@ env:
44
RUSTFLAGS: "-D warnings"
45
46
jobs:
47
- # Basic compilation check to ensure code builds
48
- check:
49
- if: github.event.pull_request.draft == false
50
- name: cargo check
51
- runs-on: ubuntu-latest
52
- steps:
53
- - uses: actions/checkout@v4
54
- - uses: dtolnay/rust-toolchain@stable
55
- # Cache dependencies to speed up builds
56
- - uses: Swatinem/rust-cache@v2
57
- with:
58
- cache-all-crates: "true"
59
- cache-on-failure: "true"
60
- # Check if the code compiles with all features
61
- - run: cargo check --workspace --all-features --all-targets
62
-
63
clippy:
64
if: github.event.pull_request.draft == false
65
name: clippy
0 commit comments