9
9
script :
10
10
11
11
# - xcodebuild test -project ./All-Pairs\ Shortest\ Paths/APSP/APSP.xcodeproj -scheme APSPTests
12
- - xcodebuild test -project ./Array2D/Tests/Tests.xcodeproj -scheme Tests
13
- - xcodebuild test -project ./AVL\ Tree/Tests/Tests.xcodeproj -scheme Tests
14
- - xcodebuild test -project ./Binary\ Search/Tests/Tests.xcodeproj -scheme Tests
12
+ - xcodebuild test -project ./Array2D/Tests/Tests.xcodeproj -scheme Tests
13
+ - xcodebuild test -project ./AVL\ Tree/Tests/Tests.xcodeproj -scheme Tests
14
+ - xcodebuild test -project ./Binary\ Search/Tests/Tests.xcodeproj -scheme Tests
15
15
# - xcodebuild test -project ./Binary\ Search\ Tree/Solution\ 1/Tests/Tests.xcodeproj -scheme Tests
16
16
# - xcodebuild test -project ./Bloom\ Filter/Tests/Tests.xcodeproj -scheme Tests
17
17
# - xcodebuild test -project ./Bounded\ Priority\ Queue/Tests/Tests.xcodeproj -scheme Tests
@@ -29,13 +29,13 @@ script:
29
29
# - xcodebuild test -project ./Longest\ Common\ Subsequence/Tests/Tests.xcodeproj -scheme Tests
30
30
# - xcodebuild test -project ./Minimum\ Spanning\ Tree\ \(Unweighted\)/Tests/Tests.xcodeproj -scheme Tests
31
31
# - xcodebuild test -project ./Priority\ Queue/Tests/Tests.xcodeproj -scheme Tests
32
- - xcodebuild test -project ./Queue/Tests/Tests.xcodeproj -scheme Tests
32
+ - xcodebuild test -project ./Queue/Tests/Tests.xcodeproj -scheme Tests
33
33
# - xcodebuild test -project ./Quicksort/Tests/Tests.xcodeproj -scheme Tests
34
34
# - xcodebuild test -project ./Run-Length\ Encoding/Tests/Tests.xcodeproj -scheme Tests
35
35
# - xcodebuild test -project ./Select\ Minimum\ Maximum/Tests/Tests.xcodeproj -scheme Tests
36
36
# - xcodebuild test -project ./Selection\ Sort/Tests/Tests.xcodeproj -scheme Tests
37
37
# - xcodebuild test -project ./Shell\ Sort/Tests/Tests.xcodeproj -scheme Tests
38
38
# - xcodebuild test -project ./Shortest\ Path\ \(Unweighted\)/Tests/Tests.xcodeproj -scheme Tests
39
39
# - xcodebuild test -project ./Single-Source\ Shortest\ Paths\ \(Weighted\)/SSSP.xcodeproj -scheme SSSPTests
40
- - xcodebuild test -project ./Stack/Tests/Tests.xcodeproj -scheme Tests
40
+ - xcodebuild test -project ./Stack/Tests/Tests.xcodeproj -scheme Tests
41
41
# - xcodebuild test -project ./Topological\ Sort/Tests/Tests.xcodeproj -scheme Tests
0 commit comments