2024-01-22 01:08:10 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
set -euo pipefail
|
|
|
|
|
2024-01-22 01:22:33 +00:00
|
|
|
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
|
2024-01-22 01:40:37 +00:00
|
|
|
cargo test -p ptth -p ptth_quic
|