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 f5f46c6 commit ee7d651Copy full SHA for ee7d651
.github/workflows/run-tests.yml
@@ -25,4 +25,5 @@ jobs:
25
26
- name: 🛠️ Run All Tests
27
run: |
28
+ cd Tests
29
swift test --enable-swift-testing --enable-xctest | xcpretty --utf --color && exit ${PIPESTATUS[0]}
0 commit comments