Skip to content

Commit

Permalink
Run unit tests on macOS too
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsky committed May 19, 2020
1 parent 47687d6 commit e4ae58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -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:
Expand Down

0 comments on commit e4ae58b

Please sign in to comment.