test: use +nightly for check/clippy

This commit is contained in:
Ryan Leckey 2021-01-10 11:36:41 -08:00
parent 6adf743225
commit 280e65c816
No known key found for this signature in database
GPG Key ID: F8AA68C235AB08C9

View File

@ -70,7 +70,7 @@ def run_check(project_name: str, *, args, variant=None, cmd="check"):
Path(f"{project}/src/lib.rs").touch()
run([
"cargo", cmd,
"cargo", "+nightly", cmd,
"--manifest-path", f"{project}/Cargo.toml",
*args,
], cwd=project_dir, comment=comment, tag=tag)