Co-authored-by: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com>
This commit is contained in:
Eric Huss 2020-08-09 11:43:52 -07:00 committed by GitHub
parent 02fc16aece
commit 5305a3def6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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