Skip to content

Commit

Permalink
Add continue-on-error in ci clippy cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hky1999 committed Sep 23, 2024
1 parent 8eae0aa commit 8496126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: make clippy ARCH=aarch64
- name: Check code format
run: cargo fmt --all -- --check
continue-on-error: true

build:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 8496126

Please sign in to comment.