Skip to content

Commit

Permalink
Test all packages on Github Actions (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes authored Jul 24, 2020
1 parent c2c97c3 commit 54479a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: go build -v .

- name: Test
run: go test -v -race -covermode atomic -coverprofile=profile.cov .
run: go test -v -race -covermode atomic -coverprofile=profile.cov ./...

- name: Send coverage
env:
Expand Down

0 comments on commit 54479a1

Please sign in to comment.