Skip to content

Commit 94cdcc0

Browse files
committed
chore: update list of clippified modules
1 parent c9dc38f commit 94cdcc0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-tests-on-push-to-main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
run: |
2828
cargo clippy \
2929
--package acropolis_common \
30-
--package acropolis_codec
30+
--package acropolis_codec \
31+
--package acropolis_module_drdd_state \
32+
--package acropolis_module_snapshot_bootstrapper
3133
3234
- name: Run Build
3335
run: cargo build --verbose

0 commit comments

Comments
 (0)