Skip to content

Commit

Permalink
Expand linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Dec 1, 2023
1 parent 7ea66cb commit 542c412
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ jobs:
run: set -o pipefail && xcodebuild -scheme LanguageServerProtocol -destination "${{ matrix.destination }}" test | xcpretty

linux_test:
name: Test Linux 5.8.1
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install swiftly
run: curl -L https://swift-server.github.io/swiftly/swiftly-install.sh | bash -s -- -y
- name: Install the latest Swift toolchain
run: swiftly install 5.8.1
- name: Test
run: swift test

linux_latest_test:
name: Test Linux
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 542c412

Please sign in to comment.