Skip to content

Conversation

@Bueller87
Copy link
Contributor

What was done

  • Added Main.go entry point
  • Added Batch to the Makefile
  • Upgraded go client
  • Created sample readme

Comment on lines +195 to +205
test: bins
@rm -f test
@rm -f test.log
@echo $(TEST_DIRS)
@for dir in $(TEST_DIRS); do \
go test -coverprofile=$@ "$$dir" | tee -a test.log; \
done;

clean:
rm -rf bin
rm -Rf $(BUILD)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: keep the original order

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I addressed your comment. With the latest commit, please check.

@Bueller87 Bueller87 force-pushed the enhance-batch-future-sample branch from b234f94 to 4af6749 Compare September 25, 2025 13:28
@Bueller87 Bueller87 force-pushed the enhance-batch-future-sample branch from 4af6749 to 6671c56 Compare September 25, 2025 18:17
@Bueller87 Bueller87 merged commit 6667d89 into cadence-workflow:master Sep 25, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants