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 8884a8d commit 9ad56a6Copy full SHA for 9ad56a6
.github/workflows/ci.yml
@@ -272,6 +272,9 @@ jobs:
272
run: ./run-tests.sh apple/swift-nio
273
274
- name: Run swift-argument-parser tests
275
+ # needs local files:
276
+ # error: MathExampleTests.testMath_AddHelp : failed - No executable at '/data/local/tmp/math'.
277
+ if: false
278
run: ./run-tests.sh apple/swift-argument-parser
279
280
- name: Android - Show Emulator Log
0 commit comments