Run unit tests on macOS too
This commit is contained in:
parent
47687d66d0
commit
e4ae58b14b
|
@ -7,7 +7,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v1.0.0
|
||||
- name: SwiftPM Build
|
||||
run: swift build
|
||||
run: swift test --enable-test-discovery
|
||||
test-iOS:
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue