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 has been archived by the owner on Feb 18, 2025. It is now read-only.
process-compose-flake can spin up runtime deps, like cardano-devnet, postgres, etc., it would be nice to just use the same setup on the CI, but I couldn't figure out how.
Concretely:
I need a cargo test derivation, which doesn't run checks right away (craneLib.cargoNextest does this), so I can pass it down to process-compose
I need to wrap process compose into a derivations which runs the tests in checks
The text was updated successfully, but these errors were encountered:
process-compose-flake can spin up runtime deps, like cardano-devnet, postgres, etc., it would be nice to just use the same setup on the CI, but I couldn't figure out how.
Concretely:
cargo test
derivation, which doesn't run checks right away (craneLib.cargoNextest does this), so I can pass it down to process-composeThe text was updated successfully, but these errors were encountered: