cargo-xcodebuild
cargo-xcodebuild copied to clipboard
Use cargo-xcodebuild to test library
Is it possible to do something like cargo xcodebuild test
to run library tests in an iOS emulator?
I am naively trying to set up CI testing for iOS for chrono in https://github.com/chronotope/chrono/pull/1182.