Skip to content

Commit

Permalink
[WIP] [DO NOT MERGE] debugging only
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <[email protected]>
  • Loading branch information
matejvasek committed Oct 19, 2023
1 parent 00591fd commit 8b72df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
FUNC_REPO_REF: ${{ github.event.pull_request.head.repo.full_name }}
FUNC_REPO_BRANCH_REF: ${{ github.head_ref }}
run: make test-integration
run: ( while true; do df -h; sleep 5; done; ) & make test-integration
- name: Dump Cluster Logs
if: always()
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ templates/certs/ca-certificates.crt:
###################

test-integration: ## Run integration tests using an available cluster.
go test -ldflags "$(LDFLAGS)" -tags integration -timeout 30m --coverprofile=coverage.txt ./... -v
go test -p 1 -v -ldflags "$(LDFLAGS)" -tags integration -timeout 30m --coverprofile=coverage.txt ./...

.PHONY: func-instrumented

Expand Down

0 comments on commit 8b72df5

Please sign in to comment.