Skip to content

testing branch - #12031

Open
davidporter-id-au wants to merge 1 commit into
temporalio:release/v1.30.xfrom
davidporter-id-au:release/v1.30.x
Open

davidporter-id-au wants to merge 1 commit into
temporalio:release/v1.30.xfrom
davidporter-id-au:release/v1.30.x

Conversation

@davidporter-id-au

Copy link
Copy Markdown
Contributor

What changed?

Describe what has changed in this PR.

Why?

Tell your future self why have you made these changes.

How did you test it?

  • built
  • run locally and tested manually
  • covered by existing tests
  • added new unit test(s)
  • added new functional test(s)

Potential risks

Any change is risky. Identify all risks you are aware of. If none, remove this section.

@davidporter-id-au
davidporter-id-au requested review from a team as code owners September 11, 2026 18:15
@github-actions

github-actions Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Claude finished @davidporter-id-au's task in 32s —— View job


Reviewed 1 file, 1 finding.

Comment thread Makefile
############################# Main targets #############################
# Install all tools and builds binaries.
install: bins
# test

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Stray marker left over from testing — it carries no information and doesn't follow the file's convention of placing a descriptive comment above the target it documents. Sitting directly under install: bins, it reads as if it were part of the install rule.

Functionally it's inert (Make ignores comment lines, and install still has no recipe), so there's no build impact, but it shouldn't land on release/v1.30.x.

Suggested change
# test

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.

1 participant