Skip to content

Commit

Permalink
fix CI test run coverage mode
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Feb 15, 2020
1 parent f869cf3 commit 03c270a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
go-version: 1.13
- name: test
run: go test -race -timeout=60s -covermode=count -coverprofile=$GITHUB_WORKSPACE/profile.cov ./...
run: go test -race -timeout=60s -covermode=atomic -coverprofile=$GITHUB_WORKSPACE/profile.cov ./...
- name: install golangci-lint
run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $GITHUB_WORKSPACE v1.23.6
- name: install goveralls
Expand Down

0 comments on commit 03c270a

Please sign in to comment.