Skip to content

Commit

Permalink
chore: add verbose flag to tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Sep 11, 2022
1 parent 3bcb7fa commit 45337f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
version: v1.49.0
args: -v --color=always --config=.rules/.golangci.yml ./...
- name: Run tests
run: go test ./...
run: go test -v ./...
- name: Build binaries
uses: goreleaser/goreleaser-action@v3
with:
Expand Down

0 comments on commit 45337f5

Please # to comment.