pointfreeco / swift-custom-dump

A collection of tools for debugging, diffing, and testing your application's data structures.
MIT License
800 stars 89 forks source link

Fix Wasm CI #130

Closed mbrandonw closed 1 month ago

mbrandonw commented 1 month ago

This gets Wasm CI running again, but it does so via swift run carton bundle instead of swift build directly. This isn't ideal because we aren't actually running tests and it builds NIO which isn't really necessary. Hopefully someday we can figure out how to get Wasm to build and test directly instead of going through carton.

mbrandonw commented 1 month ago

Closing this in favor of #131