Skip to content

Commit

Permalink
ci(gh): test recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoksr committed Apr 25, 2022
1 parent c7bf922 commit 23b572d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Test coverage
run: go test -race -covermode=atomic -coverprofile=coverage.out
run: go test -race -covermode=atomic -coverprofile=coverage.out ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
lint:
Expand Down

0 comments on commit 23b572d

Please sign in to comment.