Skip to content

Commit a254af7

Browse files
committed
List tests in Linux CI, take 2
1 parent 8941710 commit a254af7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
swift package resolve
5656
- name: Swift version
5757
run: swift --version
58+
- name: Options
59+
run: swift test --help
5860
- name: List Tests
59-
run: swift test --list-tests
61+
run: swift test --enable-test-discovery --list-tests
6062
- name: Test via SwiftPM
61-
run: swift test
63+
run: swift test --enable-test-discovery

0 commit comments

Comments
 (0)