We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19181d8 commit 8ffcc50Copy full SHA for 8ffcc50
.github/workflows/test.yml
@@ -83,11 +83,6 @@ jobs:
83
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
84
with:
85
persist-credentials: false
86
- - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
87
- with:
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 all targets
92
run: swift build --build-tests
93
- name: Run selected tests
0 commit comments