Skip to content

Commit 0ea9caa

Browse files
Linux CI
1 parent f71cae5 commit 0ea9caa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,16 @@ jobs:
3636
submodules: recursive
3737
- name: Test platform ${{ matrix.destination }}
3838
run: set -o pipefail && xcodebuild -scheme SwiftTreeSitter -destination "${{ matrix.destination }}" test | xcbeautify
39+
40+
linux_test:
41+
name: Test Linux
42+
runs-on: ubuntu-latest
43+
steps:
44+
- name: Checkout
45+
uses: actions/checkout@v4
46+
- name: Install swiftly
47+
run: curl -L https://swiftlang.github.io/swiftly/swiftly-install.sh | bash -s -- -y
48+
- name: Install the latest Swift toolchain
49+
run: swiftly install latest
50+
- name: Test
51+
run: swift test

0 commit comments

Comments
 (0)