Skip to content

Commit c6ac468

Browse files
committed
chore: add test task
1 parent 392df0d commit c6ac468

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

justfile

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ lint:
2626
fmt-toml:
2727
taplo fmt --config taplo.toml **.toml
2828

29+
test:
30+
cargo nextest run
31+
2932
# Run integration test
3033
integration:
3134
RUST_LOG="synd_term,integration=debug" cargo nextest run --package synd_term --features integration --test integration --no-capture

0 commit comments

Comments
 (0)