Skip to content

Commit

Permalink
ci: Remove -mod vendor from go test command
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN authored Jan 9, 2023
1 parent b2ef222 commit 98d89d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
with:
go-version: 1.19
- uses: actions/checkout@v3
- name: Test
run: go test -mod vendor ./... -race -coverprofile=coverage.txt -covermode=atomic
- run: go test ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Codecov
uses: codecov/codecov-action@v3.1.1
with:
Expand Down

0 comments on commit 98d89d8

Please sign in to comment.