Similar to how rustwide uses docker containers to run cargo commands, we should use docker to spawn an instance of the registry, then run sample cargo publish & cargo build commands against the registry. I'm not sure how this would tie into GitHub Actions though.
Similar to how rustwide uses docker containers to run cargo commands, we should use docker to spawn an instance of the registry, then run sample
cargo publish&cargo buildcommands against the registry. I'm not sure how this would tie into GitHub Actions though.