Skip to content

Commit

Permalink
Add TEST_OPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Jun 9, 2024
1 parent 638acae commit 1ed367c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: make redash-setup
- run: make redash-upgrade-db
- run: make vet
- run: make testacc
- run: make testacc TEST_OPTS='coverprofile=coverage.out'
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vet:

.PHONY: test
test:
go test -v -count=1 ./...
go test -v -count=1 ./... $(TEST_OPTS)

.PHONY: testacc
testacc:
Expand Down

0 comments on commit 1ed367c

Please sign in to comment.