Skip to content

Commit 7161521

Browse files
committed
build & test on windows
1 parent 3d6ca2b commit 7161521

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,19 @@ jobs:
129129
run: swift build --build-tests
130130
- name: Test
131131
run: swift test --skip-build
132+
133+
windows_swift_6_1:
134+
runs-on: windows-latest
135+
steps:
136+
- name: Checkout
137+
uses: actions/checkout@v4
138+
- name: Install Swift
139+
uses: SwiftyLab/setup-swift@latest
140+
with:
141+
swift-version: "6.1.0"
142+
- name: Version
143+
run: swift --version
144+
- name: Build
145+
run: swift build --build-tests
146+
- name: Test
147+
run: swift test --skip-build

0 commit comments

Comments
 (0)