GitHub actions (#3)

support github actions
This commit is contained in:
Sijie.Sun
2024-01-28 15:56:42 +08:00
committed by GitHub
parent 9779923b87
commit 6271f9a7a7
4 changed files with 83 additions and 39 deletions
@@ -465,7 +465,6 @@ mod tests {
wait_route_appear_with_cost,
},
},
tests::enable_log,
};
struct MockStunInfoCollector {
@@ -496,7 +495,6 @@ mod tests {
#[tokio::test]
async fn hole_punching() {
enable_log();
let p_a = create_mock_peer_manager_with_mock_stun(NatType::PortRestricted).await;
let p_b = create_mock_peer_manager_with_mock_stun(NatType::Symmetric).await;
let p_c = create_mock_peer_manager_with_mock_stun(NatType::PortRestricted).await;