Add check and release scripts.

Had to slightly adjust package names to make this work.
This commit is contained in:
kayibal
2024-03-14 01:21:06 +00:00
parent 6b6e42e2f8
commit 981a091727
5 changed files with 89 additions and 31 deletions

6
substreams/check.sh Executable file
View File

@@ -0,0 +1,6 @@
set -e
cargo +nightly fmt -- --check
cargo +nightly clippy --all --all-features --all-targets -- -D warnings
cargo build --target wasm32-unknown-unknown --all-targets --all-features
cargo test --workspace --all-targets --all-features