Skip to content

Commit 15d1f4e

Browse files
committed
feat: run integration tests in CI
1 parent e0e362a commit 15d1f4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@ jobs:
4242
version: latest
4343
args: --timeout=1m
4444

45-
- name: Run tests
45+
- name: Run unit tests
4646
run: go test -v -race ./...
47+
48+
- name: Run integration tests
49+
run: go test -v -tags=integration ./...

0 commit comments

Comments
 (0)