File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ script:
23
23
# - xcodebuild test -project ./Graph/Graph.xcodeproj -scheme GraphTests
24
24
# - xcodebuild test -project ./Heap/Tests/Tests.xcodeproj -scheme Tests
25
25
# - xcodebuild test -project ./Heap\ Sort/Tests/Tests.xcodeproj -scheme Tests
26
- # - xcodebuild test -project ./Insertion\ Sort/Tests/Tests.xcodeproj -scheme Tests
26
+ - xcodebuild test -project ./Insertion\ Sort/Tests/Tests.xcodeproj -scheme Tests
27
27
# - xcodebuild test -project ./K-Means/Tests/Tests.xcodeproj -scheme Tests
28
28
# - xcodebuild test -project ./Linked\ List/Tests/Tests.xcodeproj -scheme Tests
29
29
# - xcodebuild test -project ./Longest\ Common\ Subsequence/Tests/Tests.xcodeproj -scheme Tests
@@ -37,5 +37,5 @@ script:
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
You can’t perform that action at this time.
0 commit comments