Working application
This commit is contained in:
10
reaction_systems_gui/check.sh
Executable file
10
reaction_systems_gui/check.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# This scripts runs various CI-like checks in a convenient way.
|
||||
set -eux
|
||||
|
||||
cargo check --workspace --all-targets
|
||||
cargo check --workspace --all-features --lib --target wasm32-unknown-unknown
|
||||
cargo fmt --all -- --check
|
||||
cargo clippy --workspace --all-targets --all-features -- -D warnings -W clippy::all
|
||||
cargo test --workspace --all-targets --all-features
|
||||
cargo test --workspace --doc
|
||||
Reference in New Issue
Block a user