Skip to content

Commit 561425b

Browse files
authored
Merge branch 'main' into dev/giwook-Han/sequencer-failover
2 parents 806fdd7 + 5073e41 commit 561425b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ clean:
2323
full:
2424
./scripts/start.sh
2525

26+
lint:
27+
cargo fmt -- --check
28+
cargo clippy --all-targets --all-features -- -D warnings
2629

2730
node:
2831
export $(cat .env | xargs) && \

scripts/ci/dev-smoke-commands.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ just default | | 5
66
./target/release/mojave-sequencer --version | 0.1.0 | 5
77
./target/release/mojave-prover --version | 0.1.0 | 5
88

9-
rex --version | 0.1.0 | 10
9+
rex --version | 7.0.0 | 10
1010

1111
# ——— tests ———
1212
just test | 'ALL TESTS PASSED SUCCESSFULLY!' | 300

0 commit comments

Comments
 (0)