We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 806fdd7 + 5073e41 commit 561425bCopy full SHA for 561425b
justfile
@@ -23,6 +23,9 @@ clean:
23
full:
24
./scripts/start.sh
25
26
+lint:
27
+ cargo fmt -- --check
28
+ cargo clippy --all-targets --all-features -- -D warnings
29
30
node:
31
export $(cat .env | xargs) && \
scripts/ci/dev-smoke-commands.txt
@@ -6,7 +6,7 @@ just default | | 5
6
./target/release/mojave-sequencer --version | 0.1.0 | 5
7
./target/release/mojave-prover --version | 0.1.0 | 5
8
9
-rex --version | 0.1.0 | 10
+rex --version | 7.0.0 | 10
10
11
# ——— tests ———
12
just test | 'ALL TESTS PASSED SUCCESSFULLY!' | 300
0 commit comments