Skip to content

Commit

Permalink
test all
Browse files Browse the repository at this point in the history
Signed-off-by: alexferl <[email protected]>
  • Loading branch information
alexferl committed Apr 7, 2024
1 parent efe86db commit a9c11e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
with:
go-version: '1.22'
- name: Run coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit a9c11e4

Please sign in to comment.