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 18950ec commit abc566eCopy full SHA for abc566e
.github/workflows/ci.yml
@@ -267,14 +267,16 @@ jobs:
267
run: ./run-tests.sh apple/swift-algorithms
268
269
- name: Run swift-crypto tests
270
+ # needs: Tests/CryptoExtrasVectors/rfc-7914-scrypt.txt
271
+ if: false
272
run: ./run-tests.sh apple/swift-crypto
273
- - name: Run swift-argument-parser tests
- run: ./run-tests.sh apple/swift-argument-parser
274
-
275
- name: Run swift-nio tests
276
run: ./run-tests.sh apple/swift-nio
277
+ - name: Run swift-argument-parser tests
278
+ run: ./run-tests.sh apple/swift-argument-parser
279
+
280
- name: Run swift-system tests
281
run: ./run-tests.sh apple/swift-system
282
0 commit comments