Skip to content

Commit

Permalink
remove extra step
Browse files Browse the repository at this point in the history
  • Loading branch information
robbycochran committed Aug 26, 2024
1 parent 233552d commit 74053b3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions integration-tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ $(foreach element,$(ALL_TESTS),$(eval $(call make-test-target-dockerized,$(eleme
build:
mkdir -p bin
go test -tags bench,k8s -c -o bin/collector-tests
go version
set -o pipefail; \
go test -timeout 120m -v 2>&1 | tee -a integration-test.log

.PHONY: build-image
build-image:
Expand Down

0 comments on commit 74053b3

Please sign in to comment.