Skip to content

Commit

Permalink
fix: removed default values flags
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Jul 25, 2024
1 parent 2898dd9 commit efc4deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ endif
.PHONY: run-tests test test-all $(TEST_TARGETS)

test-e2e: build-docker
go test -mod=readonly -timeout=25m -v $(PACKAGES_E2E) -parallel -count=1 --tags=e2e
go test -mod=readonly -timeout=25m -v $(PACKAGES_E2E) --tags=e2e

test-sim-nondeterminism:
@echo "Running non-determinism test..."
Expand Down

0 comments on commit efc4deb

Please sign in to comment.