Skip to content

Commit 93d1ba2

Browse files
committed
integration test on CI
1 parent 25f0461 commit 93d1ba2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ jobs:
2323

2424
- name: Test
2525
run: go test -v ./...
26+
27+
- name: Integration Test
28+
run: docker-compose up --exit-code-from test

0 commit comments

Comments
 (0)