chore: update jobserver tests to use check

This commit is contained in:
Scott Schafer 2023-02-15 18:00:50 -06:00
parent df909b938c
commit 9d85c01994

View File

@ -55,7 +55,7 @@ fn jobserver_exists() {
// Explicitly use `-j2` to ensure that there's eventually going to be a // Explicitly use `-j2` to ensure that there's eventually going to be a
// token to read from `validate` above, since running the build script // token to read from `validate` above, since running the build script
// itself consumes a token. // itself consumes a token.
p.cargo("build -j2").run(); p.cargo("check -j2").run();
} }
#[cargo_test] #[cargo_test]