mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 11:45:06 +03:00
Add clippy-validation for every possible target
This way, it's not possible anymore to accidentally break code just because CI doesn't try to build it. Note that this is unrelated to features, which would still need to be specified or built individually by CI.
This commit is contained in:
parent
c754479cc5
commit
7a0cc9c789
3
.github/workflows/push.yaml
vendored
3
.github/workflows/push.yaml
vendored
@ -74,6 +74,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: cargo fmt --check --all
|
||||
- run: cargo check --workspace --all-targets
|
||||
|
||||
rust-docs:
|
||||
needs: changes
|
||||
@ -149,4 +150,4 @@ jobs:
|
||||
shared-key: windows-rust-testing
|
||||
key: ${{ inputs.features }}
|
||||
- name: "cargo check"
|
||||
run: cargo check --workspace --bins --examples --features windows
|
||||
run: cargo check --workspace --all-targets --features windows
|
||||
|
Loading…
Reference in New Issue
Block a user