Skip to content

Commit 19228ac

Browse files
authored
Update build.yml
1 parent a7fa1e6 commit 19228ac

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,17 @@ jobs:
6969
- name: Test
7070
run: swift test --skip-build
7171

72+
linux_swift_6_1:
73+
runs-on: ubuntu-latest
74+
container: swiftlang/swift:nightly-jammy
75+
steps:
76+
- name: Checkout
77+
uses: actions/checkout@v4
78+
- name: Version
79+
run: swift --version
80+
- name: Build
81+
run: swift build --build-tests
82+
- name: Test
83+
run: swift test --skip-build
84+
85+

0 commit comments

Comments
 (0)