Skip to content

Commit

Permalink
Allow failure of clippy to still try building [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Jan 22, 2023
1 parent 78d9572 commit 81613c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
cargo +nightly clippy --locked -- -D warnings
cargo +nightly clippy --release --locked -- -D warnings
- name: Build
if: always()
run: |
cargo build --locked
cargo build --release --locked
Expand Down

0 comments on commit 81613c3

Please sign in to comment.