Skip to content

Commit

Permalink
Debugging test failure - Run docker image directly
Browse files Browse the repository at this point in the history
Signed-off-by: Sreekanth <[email protected]>
  • Loading branch information
BulkBeing committed Jan 20, 2025
1 parent 9a1b7ca commit ea5d6ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ endif
ifdef IMAGE_IMPORT_CMD
$(IMAGE_IMPORT_CMD) $(IMAGE_NAMESPACE)/$(BINARY_NAME):$(VERSION)
endif
docker run --entrypoint /bin/numaflow-rs $(IMAGE_NAMESPACE)/$(BINARY_NAME):$(VERSION) --rust || true

.PHONY: build-rust-in-docker
build-rust-in-docker:
Expand Down

0 comments on commit ea5d6ab

Please sign in to comment.