Skip to content

Commit

Permalink
build: test 'go mod vendor' in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Jan 2, 2025
1 parent 364739d commit 2943554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
with:
go-version-file: "go.mod"
check-latest: true
- name: go mod vendor
run: go mod vendor
- name: Execute the tests
run: go test -race ./...

Expand Down

0 comments on commit 2943554

Please sign in to comment.