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 4ec5c98 commit 93c3ab5Copy full SHA for 93c3ab5
.github/workflows/ubuntu.yml
@@ -27,6 +27,7 @@ jobs:
27
- name: Building and running tests in debug mode with coverage
28
run: |
29
swift test \
30
+ -v \
31
-c debug \
32
--enable-code-coverage \
33
--build-path .build-test-debug
0 commit comments