Skip to content

Commit

Permalink
code-search: remove -i flag (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
BolajiOlajide committed Nov 8, 2023
1 parent 437d0ec commit 8df5490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.20
- run: go test -i ./...
- run: go test ./...
- run: go test -race -v ./...
- run: echo "${DOCKER_PASSWORD}" | docker login -u=$DOCKER_USERNAME --password-stdin
env:
Expand Down

0 comments on commit 8df5490

Please sign in to comment.