Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Aug 17, 2020
1 parent d8e9fd9 commit 34c32a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
go-version: "^1.14.0"
- run: go get -t -d -v ./...
- run: go test -v -race '-coverprofile=coverage.txt' -covermode=atomic ./...
- run: go test -v -coverprofile=coverage.txt
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v1

0 comments on commit 34c32a9

Please sign in to comment.