Skip to content

Commit 19181d8

Browse files
committed
Run selected tests
1 parent ba7c56a commit 19181d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
key: windows-${{ matrix.windows-version }}-spm-${{ matrix.swift-version }}-${{ hashFiles('Package.resolved', 'Package.swift') }}
8989
restore-keys: windows-${{ matrix.windows-version }}-spm-${{ matrix.swift-version }}-
9090
path: .build
91-
- name: Build
91+
- name: Build all targets
9292
run: swift build --build-tests
93+
- name: Run selected tests
94+
run: swift test --skip IntegrationTests --skip FileSystemAccessTests
9395
# To be extended with test execution and linting ...

0 commit comments

Comments
 (0)