swap to nextest
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user