Skip to content

Commit

Permalink
ci: update test job to use the go toolchain directly
Browse files Browse the repository at this point in the history
  • Loading branch information
wI2L committed Nov 5, 2023
1 parent 068222c commit f1e0ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run tests
run: ./ci/test.sh
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
- name: Upload coverage
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit f1e0ad8

Please sign in to comment.