Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty authored Sep 8, 2024
1 parent a7fa1e6 commit 19228ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,17 @@ jobs:
- name: Test
run: swift test --skip-build

linux_swift_6_1:
runs-on: ubuntu-latest
container: swiftlang/swift:nightly-jammy
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Version
run: swift --version
- name: Build
run: swift build --build-tests
- name: Test
run: swift test --skip-build


0 comments on commit 19228ac

Please sign in to comment.