Skip to content

Commit 47ee8ea

Browse files
authored
Removed performance tests from GitHub Action
1 parent 2af8fde commit 47ee8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Build
1717
run: swift build -v
1818
- name: Run tests
19-
run: swift test -v
19+
run: swift test -v -c debug --filter "SwiftGraphTests"

0 commit comments

Comments
 (0)