Skip to content

Commit

Permalink
WIP: hotshot 0.5.83 (#2417)
Browse files Browse the repository at this point in the history
Note this PR is currently into branch `ab/st` not into `main`.

- Make rustc happy.
- `cargo check` passes
- `cargo check --tests` passes

### TODO
- [x] implement `migrate_consensus` (ed6c822)
  • Loading branch information
imabdulbasit authored Jan 8, 2025
2 parents 9d0bf9c + 5cfa92d commit 2f56726
Show file tree
Hide file tree
Showing 29 changed files with 2,124 additions and 1,598 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:
run: cargo fmt -- --check

- name: Check (embedded-db)
run: cargo clippy --workspace --features "embedded-db testing" --all-targets -- -D warnings
run: |
cargo clippy --workspace --features "embedded-db testing" --all-targets --keep-going \
-- -D warnings
- name: Check (postgres)
run: cargo clippy --workspace --features testing --all-targets -- -D warnings
run: |
cargo clippy --workspace --features testing --all-targets --keep-going \
-- -D warnings
Loading

0 comments on commit 2f56726

Please sign in to comment.