fix: typo

This commit is contained in:
2025-01-09 21:13:31 +02:00
parent e9f02e362a
commit 95b173c504
5 changed files with 26 additions and 12 deletions

View File

@@ -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: