Skip to content

Commit

Permalink
Change go test command
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Aug 6, 2020
1 parent 29dd820 commit 5d26481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
run: golint -set_exit_status ./...

- name: Run unit tests
run: go test -coverprofile=coverage.out ./...
run: go test -coverprofile coverage.out ./...

- name: Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 5d26481

Please sign in to comment.