Skip to content

Commit 8df5490

Browse files
code-search: remove -i flag (#1047)
1 parent 437d0ec commit 8df5490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
uses: actions/setup-go@v3
179179
with:
180180
go-version: 1.20
181-
- run: go test -i ./...
181+
- run: go test ./...
182182
- run: go test -race -v ./...
183183
- run: echo "${DOCKER_PASSWORD}" | docker login -u=$DOCKER_USERNAME --password-stdin
184184
env:

0 commit comments

Comments
 (0)