Skip to content

Commit ab1794b

Browse files
committed
chore: update registry_auth tests to use check
1 parent 98c7466 commit ab1794b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/registry_auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fn requires_nightly() {
4949
.build();
5050

5151
let p = make_project();
52-
p.cargo("build")
52+
p.cargo("check")
5353
.with_status(101)
5454
.with_stderr(
5555
r#"[UPDATING] `alternative` index

0 commit comments

Comments
 (0)