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 06c19e6
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 476 deletions.
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
Loading

0 comments on commit 06c19e6

Please sign in to comment.