Closed
Conversation
This was referenced Oct 8, 2025
Merged
YOU54F
commented
Oct 24, 2025
| - operating-system: windows-2019 | ||
| - operating-system: windows-latest | ||
| targets: aarch64-pc-windows-msvc,x86_64-pc-windows-msvc | ||
| - operating-system: macos-13 |
Member
Author
There was a problem hiding this comment.
macos-13 will be going soon, we can safely set this to macos-latest as we set the target with MACOSX_DEPLOYMENT_TARGET env var during the build
Member
Author
|
merged as part of #81 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Summary of Changes
Changes proposed in this pull request:
pact-stub-serverto be consumed as a librarypact_stub_server_cliso it can be composed in other clisPart of a series of pull requests
💁 Example
Composed cli: https://github.com/YOU54F/pact_cli/blob/259a268dd9e7fa48ad03c088f7244af7a4c89493/src/cli.rs#L11-L29
Cargo toml: https://github.com/YOU54F/pact_cli/blob/259a268dd9e7fa48ad03c088f7244af7a4c89493/Cargo.toml#L67-L71
🔨 How To Test
git clone git@github.com:YOU54F/pact_cli.git cd pact_cli git checkout multi-cli RUSTFLAGS=-Awarnings cargo run -q --output
usage
➜ pact_cli git:(multi-cli) curl http://localhost:52196/orders [{"id":1,"items":[{"name":"burger","quantity":2,"value":100}]}]%