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
Hi there! Thanks for creating this. The cargo_bin command works great locally, but when I run this in my CI on github actions, it seems like the binary in target/debug/appname cannot be found.
thread 'test::get_fail' panicked at 'called `Result::unwrap()` on an `Err` value: CargoError { cause: Some(NotFoundError { path: "/home/runner/work/atomic-data-rust/atomic-data-rust/target/debug/atomic-cli" }) }', cli/src/main.rs:330:69