mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2026-03-22 00:26:29 +00:00
fix: typo
This commit is contained in:
4
justfile
4
justfile
@@ -20,8 +20,8 @@ web-release:
|
||||
|
||||
# Run tests
|
||||
test:
|
||||
RUSTC_WRAPPER=sccache RUST_BACKTRACE=full cargo test --doc --locked --workspace --no-default-features
|
||||
RUSTC_WRAPPER=sccache RUST_BACKTRACE=full cargo nextest run --no-default-features --all-targets
|
||||
RUSTC_WRAPPER=sccache cargo test --doc --locked --workspace --no-default-features
|
||||
RUSTC_WRAPPER=sccache cargo nextest run --no-default-features --all-targets
|
||||
|
||||
# Run CI localy
|
||||
ci:
|
||||
|
||||
Reference in New Issue
Block a user