MobileNativeFoundation / swift-index-store

Library to read from Swift / clang source code indexes
Apache License 2.0
137 stars 12 forks source link

Run unit tests on CI #23

Closed jpsim closed 1 year ago

jpsim commented 1 year ago

In addition to building.

Also remove the setup-swift action as the macOS GitHub Actions runner images already have a Swift toolchain installed by way of Xcode.

keith commented 1 year ago

This will likely fail until GitHub supports macOS 13

jpsim commented 1 year ago

This will likely fail until GitHub supports macOS 13

Ah yes, somehow I missed that this requires .macOS(.v13) in the package manifest.