Skip to content

Commit

Permalink
cleancode1 - join integration tests steps for faster execution
Browse files Browse the repository at this point in the history
  • Loading branch information
hashmap-kz committed Jan 7, 2025
1 parent 64d8e9d commit b0ef813
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
- name: Run integration tests
run: make test-integration

# Note: makefile stages: build/install/kind-setup/test-integration-cmd
- name: Run integration tests for cmd
run: make test-integration-cmd

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ kind-teardown:
.PHONY: test-integration
test-integration: install kind-setup
KUBECTL_ENVSUBST_INTEGRATION_TESTS_AVAILABLE=0xcafebabe go test -v integration/*.go
$(MAKE) kind-teardown

# Run integration tests for the 'main' function
.PHONY: test-integration-cmd
test-integration-cmd: install kind-setup
KUBECTL_ENVSUBST_INTEGRATION_TESTS_AVAILABLE=0xcafebabe go test -v cmd/app/*.go
$(MAKE) kind-teardown

Expand Down

0 comments on commit b0ef813

Please sign in to comment.