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 2af8fde commit 47ee8eaCopy full SHA for 47ee8ea
.github/workflows/swift.yml
@@ -16,4 +16,4 @@ jobs:
16
- name: Build
17
run: swift build -v
18
- name: Run tests
19
- run: swift test -v
+ run: swift test -v -c debug --filter "SwiftGraphTests"
0 commit comments