Skip to content

Commit 67764df

Browse files
authored
Removed --locked from typespec_macros tests (#2680)
Probably don't need it, and it fails the build when we try to automatically upgrade versions after a release.
1 parent 834873d commit 67764df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/typespec/typespec_macros/tests/safe-debug-tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ fn debug_tests() {
1818

1919
let output = Command::new(env!("CARGO"))
2020
.arg("test")
21-
.arg("--locked")
2221
.arg("--no-fail-fast")
2322
.arg("--test")
2423
.arg("debug")
@@ -48,7 +47,6 @@ fn safe_debug_tests() {
4847

4948
let output = Command::new(env!("CARGO"))
5049
.arg("test")
51-
.arg("--locked")
5250
.arg("--no-fail-fast")
5351
.arg("--test")
5452
.arg("safe-debug")

0 commit comments

Comments
 (0)