From 38a22486b1a82a05815ee39a82c0a787f6cd6b77 Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Sun, 21 Jan 2024 19:40:37 -0600 Subject: [PATCH] chore: add `cargo test` to check script --- scripts/check.bash | 1 + 1 file changed, 1 insertion(+) 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