Add CI step to catch breaking API changes
dimitribouniol opened this issue · 2 comments
dimitribouniol commented
It's probably worthwhile adding in CI to catch breaking changes at this stage. Not sure how CI is setup for this repo though.
Originally posted by @adam-fowler in #43 (comment)
0xTim commented
@dimitribouniol If you're up for it see https://github.com/swift-server/async-http-client/blob/main/scripts/check_no_api_breakages.sh as an example (and also the docker compose file)
dimitribouniol commented
I can take a look later today after I rebase the last of the PRs!