swap to nextest

This commit is contained in:
2025-07-24 17:32:50 +01:00
parent 392dc779ff
commit 9328451a25
2 changed files with 34 additions and 4 deletions

View File

@ -11,4 +11,4 @@ curl -s -X POST localhost:7001/admin/shutdown 2>&1 > /dev/null
cargo run --features shutdown -- --port 7001 2>&1 > logs/nuchat.log &
# run tests
cargo test | tee logs/test-output.log
cargo nextest run 2>&1 | tee logs/test-output.log