workflow: fix test step
Enes Çakır enes@cakir.web.tr
Tue, 18 Feb 2020 00:48:50 +0300
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
.github/workflows/go.yml
→
.github/workflows/go.yml
@@ -15,7 +15,7 @@ uses: actions/checkout@v1
- name: Test run: | go mod tidy -v - go test -race -coverprofile=coverage.txt -covermode=atomic ./.. + go test -race -coverprofile=coverage.txt -covermode=atomic ./... - uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }}