diff --git a/scripts/check.bash b/scripts/check.bash index 7ac6fd8..dbd5959 100755 --- a/scripts/check.bash +++ b/scripts/check.bash @@ -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