We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efa0ceb + e6811c3 commit ca9ce6bCopy full SHA for ca9ce6b
justfile
@@ -11,7 +11,7 @@ run:
11
build:
12
cargo build --release --bins
13
test: build
14
- cargo nextest run --release
+ cargo test --release
15
bench:
16
cargo bench
17
lint:
0 commit comments