Skip to content

Commit e9ddb3d

Browse files
stainless-app[bot]yjp20
authored andcommitted
fix(cli): remove *.exe files from customer SDK changes
1 parent f4b1587 commit e9ddb3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ go test ./... "$@"
5757

5858
echo "==> Checking tests on Windows"
5959
GOARCH=amd64 GOOS=windows go test -c ./... "$@"
60+
# `go test -c` produces a bunch of .exe files; make sure to clean those up
61+
find . -name "*.test.exe" -exec rm {} \;

0 commit comments

Comments
 (0)