Skip to content

Commit 6bfff25

Browse files
committed
run tests for examples
Signed-off-by: Mark Sagi-Kazar <[email protected]>
1 parent fc51fec commit 6bfff25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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)