Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ test-e2e-cli:
E2E_RHOBS_API_URL="${RHOBS_API_URL}" \
ROSACTL_BIN="${ROSACTL_BIN}" \
AWS_REGION="${AWS_REGION}" \
ginkgo -vv --junit-report=junit-cli.xml \
ginkgo -vv --timeout=2h --junit-report=junit-cli.xml \
--output-dir=$(TEST_OUTPUT_DIR) ./test/e2e-cli

test-e2e-platform-monitoring:
Expand Down Expand Up @@ -335,4 +335,4 @@ verify:
git diff --exit-code go.mod go.sum

# All checks
all: deps fmt vet lint test build
all: deps fmt vet lint test build