Skip to content

Commit

Permalink
ci: ignored examples folder in github action test step
Browse files Browse the repository at this point in the history
  • Loading branch information
guiferpa committed Jan 17, 2025
1 parent 17f0be3 commit b57e322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: go mod download

- name: Running test
run: go test -race -covermode atomic -coverprofile=covprofile ./...
run: go test $(go list ./... | grep -v examples) -race -covermode atomic -coverprofile=covprofile

- name: Send coverage
uses: shogo82148/actions-goveralls@v1
Expand Down

0 comments on commit b57e322

Please sign in to comment.