Skip to content

Commit

Permalink
Simpler test script.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveverwer committed Jul 22, 2024
1 parent 11cb6f3 commit 9db5f7a
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:

jobs:

build-release:
strategy:
matrix:
Expand All @@ -17,13 +16,11 @@ jobs:
- run: swift build --disable-automatic-resolution -c release

run-tests:
strategy:
matrix:
swift-version: [5.8, 5.9, 5.10, 6.0]
runs-on: ubuntu-20.04
steps:
- uses: fwal/setup-swift@v1
with:
swift-version: ${{ matrix.swift-version }}
- uses: actions/checkout@v2
- run: swift test
- name: Checkout
uses: actions/checkout@v4
- name: Install Swift
uses: fwal/setup-swift@v1
- name: Run Tests
run: swift test

0 comments on commit 9db5f7a

Please sign in to comment.