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 91b63fd commit 25c3287Copy full SHA for 25c3287
.github/workflows/ci.yaml
@@ -151,8 +151,6 @@ jobs:
151
go-version-file: go.mod
152
cache-dependency-path: "**/*.sum"
153
- name: Run tests
154
- env:
155
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
156
run: |
157
make test-integration
158
Makefile
@@ -282,7 +282,7 @@ unit-tests: envtest
282
$(MAKE) -C utils unit-tests
283
284
.PHONY: test-integration
285
-test-integration: static
+test-integration: static-dryrun
286
$(MAKE) -C api test-integration
287
288
.PHONY: vet
0 commit comments