Skip to content

Commit 2dfb15e

Browse files
committed
Isolate SDK tidy regression from workspaces
1 parent 421e4b4 commit 2dfb15e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/main_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ func TestMobileBuildToolsRemainPinnedAndTidy(t *testing.T) {
7979
}
8080
command := exec.Command("go", "mod", "tidy", "-diff")
8181
command.Dir = "."
82+
command.Env = append(os.Environ(), "GOWORK=off")
8283
if output, err := command.CombinedOutput(); err != nil {
8384
t.Fatalf("mobile build module is not tidy: %v\n%s", err, output)
8485
}

0 commit comments

Comments
 (0)