We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392df0d commit c6ac468Copy full SHA for c6ac468
justfile
@@ -26,6 +26,9 @@ lint:
26
fmt-toml:
27
taplo fmt --config taplo.toml **.toml
28
29
+test:
30
+ cargo nextest run
31
+
32
# Run integration test
33
integration:
34
RUST_LOG="synd_term,integration=debug" cargo nextest run --package synd_term --features integration --test integration --no-capture
0 commit comments