soroban-cli
soroban-cli copied to clipboard
Build the robust testing infrastructure for different OSs
trafficstars
Test suites on macOS, Windows, Linux. Right now our test suites run on Github Action CI and supports Linux. We want to expand the support to macOS and Windows.
- [x] Enable Unit tests for all supported OSes (excluding ARM Linux) #1691
- [x] Enable Unit tests for ARM Linux #1689
~~What is not included for multi platform testing: bindings-ts and rpc-tests. This tests are fairly high-level and should be platform agnostic. I can add the support, but I would only run cross-platform stuff on merge, so we don't waste resources on push~~