chore: update justfile

This commit is contained in:
Kristofers Solo 2025-01-05 15:02:53 +02:00
parent 34ca2cfee7
commit afd863a9be

View File

@ -23,7 +23,7 @@ test:
RUSTC_WRAPPER=sccache RUST_BACKTRACE=full cargo nextest run --no-default-features --all-targets
# Run CI localy
CI:
ci:
#!/bin/bash
set -e
cargo fmt --all -- --check