You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I have enabled vendoring for most of the tests. Unfortunately, for tests dependending on git repositories with submodules, the vendoring code in ./tools.nix still does not work so there are still a couple of pregenerated files in the repo.
That said, ./run_tests.sh should work for everyone and I can easily rerun it on each pull request before merging.
and thus
cargo test
can not be used independently from the host.Super annoying. Mostly due to the "opaque" package IDs containing local paths, I think, but I need to analyze further.
The text was updated successfully, but these errors were encountered: