Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter committed Jun 7, 2024
1 parent 4b29580 commit 739b935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --workspace --tests --all-features -- -D warnings
args: --workspace --exclude raft-engine --tests --all-features -- -D warnings
- name: Check format
uses: actions-rs/cargo@v1
with:
Expand Down
1 change: 1 addition & 0 deletions tools/ci/licenserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ header:
- '**/*.proto'
paths-ignore:
- 'src/server/proto/include/*.proto'
- 'third/'

0 comments on commit 739b935

Please sign in to comment.