chore: update git_gc tests to use check

This commit is contained in:
Scott Schafer 2023-02-15 17:54:30 -06:00
parent cb20cbaae9
commit e8f9ccf9af

View file

@ -36,7 +36,7 @@ fn run_test(path_env: Option<&OsStr>) {
.build();
Package::new("bar", "0.1.0").publish();
foo.cargo("build").run();
foo.cargo("check").run();
let index = find_index();
let path = paths::home().join("tmp");