We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d1f4e commit 576bae0Copy full SHA for 576bae0
.github/workflows/build-and-test.yml
@@ -46,4 +46,4 @@ jobs:
46
run: go test -v -race ./...
47
48
- name: Run integration tests
49
- run: go test -v -tags=integration ./...
+ run: go test -v -tags=integration ./test/integration/...
0 commit comments