realm / SwiftLint

A tool to enforce Swift style and conventions.
https://realm.github.io/SwiftLint
MIT License
18.68k stars 2.22k forks source link

Run unit tests with SPM #468

Closed jpsim closed 8 years ago

jpsim commented 8 years ago

The unit tests are only run in the Xcode job at the moment, it'd be good to also run the unit tests with SPM.

norio-nomura commented 8 years ago

Watching: SR-592 Implement SE-0019 Swift Package Manager Testing

jpsim commented 8 years ago

It should be possible to do before that proposal is implemented. See this for example: https://github.com/PureSwift/SwiftFoundation/tree/develop/Sources/UnitTests

jpsim commented 8 years ago

Done in #476.