Skip to content

Commit

Permalink
add a few more config types to the workflows run
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- authored and gitbutler-client committed Jan 18, 2024
1 parent 4f03b29 commit 5af679b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/init-env-rust
- run: cargo clippy --all-targets --all-features --tests
- run: cargo clippy --no-default-features --tests -p gitbutler-git
- run: cargo clippy -p gitbutler-git --all-targets --all-features --tests
- run: cargo clippy -p gitbutler-git --tests
- run: cargo clippy -p gitbutler-git --no-default-features
- run: cargo clippy -p gitbutler-git --no-default-features --tests
- run: cargo clippy -p gitbutler-git --no-default-features --features git2
- run: cargo clippy -p gitbutler-git --no-default-features --features git2 --tests
- run: cargo clippy -p gitbutler-git --no-default-features --features cli
- run: cargo clippy -p gitbutler-git --no-default-features --features cli --tests

0 comments on commit 5af679b

Please sign in to comment.