mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2025-10-21 19:20:34 +00:00
chore: update justfile
This commit is contained in:
parent
9198560978
commit
f2f333b8cf
9
justfile
9
justfile
@ -21,3 +21,12 @@ web-release:
|
|||||||
# Run tests
|
# Run tests
|
||||||
test:
|
test:
|
||||||
RUSTC_WRAPPER=sccache RUST_BACKTRACE=full cargo nextest run --no-default-features --all-targets
|
RUSTC_WRAPPER=sccache RUST_BACKTRACE=full cargo nextest run --no-default-features --all-targets
|
||||||
|
|
||||||
|
# Run CI localy
|
||||||
|
CI:
|
||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
cargo fmt --all -- --check
|
||||||
|
cargo clippy --workspace --all-targets --all-features -- --deny warnings
|
||||||
|
cargo doc --workspace --all-features --document-private-items --no-deps
|
||||||
|
cargo test --workspace --no-default-features
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user