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
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Talked to @matklad some time ago and the approach of generating test cases that are Rust project themselves works for Cargo in Rust CI environment, since the test data is generated in the output target/ directory, which is not considered as code (hence side-stepping the issue of workspace test cases that block Rust CI).
Similar harness was implemented in #607 by @bvinc with workspace tests restored, so this is not an issue anymore.
These don't work when we're in the Rust CI because of nested workspaces. I've removed them for now, but we should find a way to re-enable them.
cc @Xanewok @alexcrichton
The text was updated successfully, but these errors were encountered: