mirror of
https://github.com/kristoferssolo/maze-ascension.git
synced 2026-03-22 00:26:29 +00:00
chore: update justfile
This commit is contained in:
2
justfile
2
justfile
@@ -23,7 +23,7 @@ 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
|
# Run CI localy
|
||||||
CI:
|
ci:
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
cargo fmt --all -- --check
|
cargo fmt --all -- --check
|
||||||
|
|||||||
Reference in New Issue
Block a user