Skip to content

Commit

Permalink
ci: ignore proto package during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
turtleDev committed Sep 6, 2024
1 parent 39aceac commit 75d0807
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 @@ -27,7 +27,7 @@ jobs:
- name: Start raccoon
run: make docker-run
- name: Run tests
run: go test ./... -v -cover -test.gocoverdir=$PWD/raccoon-coverage/
run: go test $(go list ./... | grep -v "proto") -v -cover -test.gocoverdir=$PWD/raccoon-coverage/
env:
INTEGTEST_BOOTSTRAP_SERVER: 'localhost:9094'
INTEGTEST_HOST: 'localhost:8080'
Expand Down

0 comments on commit 75d0807

Please sign in to comment.