Skip to content

Commit 70adf20

Browse files
committed
ci: fix yaml
Signed-off-by: Carlos Alexandro Becker <[email protected]>
1 parent 2a27244 commit 70adf20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Dependencies
3131
run: go mod tidy
3232
- name: Test
33-
run: go test -v -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./...
33+
run: go test -v -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./...
3434
- name: Upload coverage
3535
uses: codecov/codecov-action@v1
3636
with:

0 commit comments

Comments
 (0)