Skip to content

Commit 25c3287

Browse files
authored
chore(api): speed up integration tests (#2752)
* chore(api): speedup integration tests * f
1 parent 91b63fd commit 25c3287

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ jobs:
151151
go-version-file: go.mod
152152
cache-dependency-path: "**/*.sum"
153153
- name: Run tests
154-
env:
155-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
156154
run: |
157155
make test-integration
158156

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ unit-tests: envtest
282282
$(MAKE) -C utils unit-tests
283283

284284
.PHONY: test-integration
285-
test-integration: static
285+
test-integration: static-dryrun
286286
$(MAKE) -C api test-integration
287287

288288
.PHONY: vet

0 commit comments

Comments
 (0)