Skip to content

Commit

Permalink
Add raft-engine as a third package (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter authored Jun 7, 2024
1 parent 4e557f6 commit bb2afb1
Show file tree
Hide file tree
Showing 49 changed files with 18,567 additions and 48 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 bb2afb1

Please sign in to comment.