Skip to content

Commit b2d6a85

Browse files
committed
run tests for examples
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 parent ad1f50c commit b2d6a85

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
EUREKA_ADDR: http://localhost:${{ job.services.eureka.ports[8761] }}/eureka
6262
run: go test -v -race -coverprofile=coverage.coverprofile -covermode=atomic -tags integration ./...
6363

64+
- name: Run example tests
65+
run: |
66+
cd examples
67+
go test -v -race ./...
68+
6469
- name: Upload coverage
6570
uses: codecov/codecov-action@v1
6671
with:

0 commit comments

Comments
 (0)