Files
ReactionSystemsGUI/reaction_systems_gui/check.sh

10 lines
332 B
Bash
Raw Normal View History

2025-10-17 21:42:41 +02:00
#!/bin/bash
set -eux
cargo check --workspace --all-targets
cargo check --workspace --all-features --lib --target wasm32-unknown-unknown
# cargo fmt --all -- --check
2025-10-17 21:42:41 +02:00
cargo clippy --workspace --all-targets --all-features -- -D warnings -W clippy::all
cargo test --workspace --all-targets --all-features
cargo test --workspace --doc