Skip to content

Commit

Permalink
Create new test folder with kamel cli specific tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmajerni authored and astefanutti committed Mar 15, 2021
1 parent 771cf16 commit a112bfe
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ test-resources: build
STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" go test -timeout 60m -v ./e2e/resources -tags=integration
#go test -timeout 60m -v ./e2e/resources -tags=integration

test-kamel-cli: build
STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" go test -timeout 60m -v ./e2e/common/cli -tags=integration
#go test -timeout 60m -v ./e2e/common/cli -tags=integration

build-kamel:
go build $(GOFLAGS) -o kamel ./cmd/kamel/*.go

Expand Down

0 comments on commit a112bfe

Please sign in to comment.