From 55daeaecf631b823c21a11f10869fcc11c4ce49f Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Sun, 21 Jan 2024 19:22:33 -0600 Subject: [PATCH] chore: add PTTH_QUIC to check script --- scripts/check.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/check.bash b/scripts/check.bash index 5270ec0..7ac6fd8 100755 --- a/scripts/check.bash +++ b/scripts/check.bash @@ -2,5 +2,5 @@ set -euo pipefail -cargo check --target x86_64-pc-windows-gnu -cargo check --target x86_64-unknown-linux-gnu +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