Skip to content

Commit

Permalink
Merge pull request #17 from p-x9/feature/linux-test-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p-x9 authored Nov 5, 2023
2 parents 8cfe67e + 26809e8 commit 1a9a63e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,17 @@ jobs:

- name: Test
run: swift test

linux-test:
name: Linux Test
runs-on: ubuntu-latest
steps:
- name: Install Swift
uses: slashmo/[email protected]
with:
version: swift-5.9-RELEASE

- uses: actions/checkout@v4

- name: Test
run: swift test

0 comments on commit 1a9a63e

Please sign in to comment.