Skip to content

Commit

Permalink
Merge branch 'master' into 2102-dnsrewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
ainar-g committed Dec 10, 2020
2 parents f80f32b + e5d7af3 commit e4be9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
go-version: 1.14.x

- name: tests
run: go test -mod=vendor -race -v -bench="." -coverprofile="coverage.txt" -covermode=atomic ./...
run: go test -race -v -bench="." -coverprofile="coverage.txt" -covermode=atomic ./...

- name: Upload coverage
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit e4be9a4

Please sign in to comment.