Skip to content

Conversation

@pbrkr
Copy link
Contributor

@pbrkr pbrkr commented May 23, 2023

Tests which depend on downloading dependency crates will fail when executed in an environment which has no internet access. To allow for offline testing, these tests are only enabled with the "online_tests" feature.

To run all tests, including those which need internet access, it is now necessary to run:

cargo test --features online_tests

Tests which depend on downloading dependency crates will fail when executed in
an environment which has no internet access. To allow for offline testing,
these tests are only enabled with the "online_tests" feature.

To run all tests, including those which need internet access, it is now
necessary to run:

    cargo test --features online_tests
@fornwall fornwall merged commit b719859 into fornwall:main May 28, 2023
@fornwall
Copy link
Owner

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants