We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2afc9 commit 1dc163eCopy full SHA for 1dc163e
crate_order.txt
@@ -5,3 +5,5 @@ mollusk-svm-fuzz-fixture
5
mollusk-svm-fuzz-fixture-firedancer
6
mollusk-svm
7
mollusk-svm-bencher
8
+mollusk-svm-programs-memo
9
+mollusk-svm-programs-token
scripts/prepublish.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+
3
+agave-install init 2.0.9
4
+rm -rf target
+cargo build
+./scripts/build-test-programs.sh
+cargo +nightly fmt --all -- --check
+cargo +nightly clippy --all --all-features -- -D warnings
+cargo test --all-features
0 commit comments