Skip to content

Commit 1dc163e

Browse files
committed
prepublish script
1 parent aa2afc9 commit 1dc163e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

crate_order.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ mollusk-svm-fuzz-fixture
55
mollusk-svm-fuzz-fixture-firedancer
66
mollusk-svm
77
mollusk-svm-bencher
8+
mollusk-svm-programs-memo
9+
mollusk-svm-programs-token

scripts/prepublish.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
3+
agave-install init 2.0.9
4+
rm -rf target
5+
cargo build
6+
./scripts/build-test-programs.sh
7+
cargo +nightly fmt --all -- --check
8+
cargo +nightly clippy --all --all-features -- -D warnings
9+
cargo test --all-features

0 commit comments

Comments
 (0)