mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-01-20 07:36:34 +00:00
test: use +nightly for check/clippy
This commit is contained in:
parent
6adf743225
commit
280e65c816
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user