chore: add `cargo test` to check script

main
_ 2024-01-21 19:40:37 -06:00
parent 90f8ac2519
commit 38a22486b1
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ set -euo pipefail
cargo check --target x86_64-pc-windows-gnu -p ptth -p ptth_quic
cargo check --target x86_64-unknown-linux-gnu -p ptth -p ptth_quic
cargo test -p ptth -p ptth_quic