Run unit tests on macOS too

This commit is contained in:
Aaron Sky 2020-05-19 01:38:51 -04:00
parent 47687d66d0
commit e4ae58b14b
1 changed files with 1 additions and 1 deletions

View File

@ -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: