Skip to content

Commit 576bae0

Browse files
committed
fix: update path
1 parent 15d1f4e commit 576bae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
run: go test -v -race ./...
4747

4848
- name: Run integration tests
49-
run: go test -v -tags=integration ./...
49+
run: go test -v -tags=integration ./test/integration/...

0 commit comments

Comments
 (0)