Skip to content

Commit

Permalink
use same build/test settings on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Nov 22, 2024
1 parent af3d33c commit 56b1e52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@ jobs:
tag: 6.0.2-RELEASE
- uses: actions/checkout@v4
- name: Build
run: swift build -v
run: swift build --build-tests --quiet
- name: Run tests (XCTest)
run: swift test --skip-build --no-parallel --disable-swift-testing
- name: Run tests (Swift testing)
run: swift test --skip-build --no-parallel --disable-xctest

0 comments on commit 56b1e52

Please sign in to comment.