main
(on company time) 2022-12-20 14:54:51 -06:00
parent 5e7f691a60
commit 1905d85a59
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ RUN touch crates/ptth_core/src/lib.rs
# build for release
# gate only on ptth_relay tests for now
RUN \
find . && \
cargo build --release -p ptth_quic --bin ptth_quic_relay_server && \
cargo test --release -p ptth_quic --bin ptth_quic_relay_server