Skip to content

Commit

Permalink
Merge pull request #48 from slashmo/patch-1
Browse files Browse the repository at this point in the history
[ci] Run tests on Ubuntu
  • Loading branch information
joshuawright11 authored Jan 16, 2021
2 parents 3134cd7 + 76025a8 commit 90fdfae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,14 @@ jobs:
- name: Run tests
run: swift test -v
test-linux:
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
matrix:
swift: [5.3]
container: swift:${{ matrix.swift }}
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
run: swift build -v --enable-test-discovery
- name: Run tests
run: swift test -v --enable-test-discovery

0 comments on commit 90fdfae

Please sign in to comment.