Skip to content

Commit

Permalink
Try enabling Windows testing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Sep 24, 2023
1 parent 87dc481 commit 7dbcdc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
https://github.com/apple/swift-package-manager/issues/6595" && false) )
build-native-windows:
name: "Native, no testing: windows-latest/release"
name: "Native: windows-latest/release"
strategy:
fail-fast: false
runs-on: windows-latest
Expand Down Expand Up @@ -189,3 +189,5 @@ jobs:
if: steps.build.outcome != 'success'
run: swift build -v -c release

- name: Test (Release)
run: swift test -c release

0 comments on commit 7dbcdc6

Please sign in to comment.