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
Add an extra binary to the project, a custom test runner, that can generate test case projects on disk, run cargo geiger on each test case and verify the output. Or figure out how to use normal #[test] tests for cargo plugins. The custom test runner is probably a better idea to make sure the actual cargo-geiger executable is tested in it's normal environment.
Call the special test runner as part of CI.
The text was updated successfully, but these errors were encountered:
cargo geiger
on each test case and verify the output. Or figure out how to use normal#[test]
tests for cargo plugins. The custom test runner is probably a better idea to make sure the actual cargo-geiger executable is tested in it's normal environment.The text was updated successfully, but these errors were encountered: