Skip to content

Conversation

@shabbirahussain
Copy link

Makefile seem to have been updated in #ff8aa6b346bd4fe6781fe70a463457c331dcc945. This PR is just updating the README.md to use make install instead of make build for the end users.

Coupled are just minor auto-format changes.

Makefile seem to have been updated in #ff8aa6b346bd4fe6781fe70a463457c331dcc945. This PR is just updating the README.md to use make install instead of make build for the end users.

Coupled are just minor auto-format changes.
@dashed
Copy link
Owner

dashed commented Aug 27, 2025

Thanks!

@dashed dashed merged commit ff2bfa8 into dashed:master Aug 27, 2025
dashed added a commit that referenced this pull request Aug 29, 2025
The PR tests were failing in CI because the mock gh executable path wasn't
being passed to the subprocess. Tests modified PATH with env::set_var() but
this only affected the current process, not subprocesses spawned by assert_cmd.

Changes:
- Add run_test_bin_with_env() helper to pass environment variables to subprocesses
- Update all PR tests that use mock gh to pass PATH explicitly
- Remove unnecessary env::set_var() and env::restore() calls

This fixes the test_list_command_with_pr_flag failure that was causing
CI to fail on the master branch after PR #45.
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