Skip to content

Commit

Permalink
tests(ipv6): Do not run IPv6 tests if the host doesn't support IPv6 (#…
Browse files Browse the repository at this point in the history
…1059)

Seems some of the cross environments simply don't do IPv6 at all.  In
that case there's no point in supporting IPv6.
  • Loading branch information
flub authored Jun 2, 2023
1 parent 4dcbbda commit 62e7535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
with:
submodules: recursive

- name: Install nightly
- name: Install Rust 1.67
# See /~https://github.com/cross-rs/cross/issues/1222
uses: dtolnay/rust-toolchain@1.67

Expand Down

0 comments on commit 62e7535

Please sign in to comment.