diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c989734..97e97d5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -14,3 +14,4 @@ jobs: - uses: actions/checkout@v2 - run: cargo build - run: cargo test + - run: cargo test -- --ignored diff --git a/src/main.rs b/src/main.rs index 21c6b38..9d35f54 100644 --- a/src/main.rs +++ b/src/main.rs @@ -590,6 +590,7 @@ mod tests { } #[test] + #[ignore] fn test_ipv4_gateway() { let relays: Relays = reqwest::blocking::get("https://api.mullvad.net/app/v1/relays") .unwrap()