We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7c56a commit 19181d8Copy full SHA for 19181d8
.github/workflows/test.yml
@@ -88,6 +88,8 @@ jobs:
88
key: windows-${{ matrix.windows-version }}-spm-${{ matrix.swift-version }}-${{ hashFiles('Package.resolved', 'Package.swift') }}
89
restore-keys: windows-${{ matrix.windows-version }}-spm-${{ matrix.swift-version }}-
90
path: .build
91
- - name: Build
+ - name: Build all targets
92
run: swift build --build-tests
93
+ - name: Run selected tests
94
+ run: swift test --skip IntegrationTests --skip FileSystemAccessTests
95
# To be extended with test execution and linting ...
0 commit comments