Skip to content

Commit f08cd0c

Browse files
committed
Fixed test launch
1 parent e7b41eb commit f08cd0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/GraphBLAS-sharp.Tests/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ let allTests =
66
testList "All tests" [
77
EWiseAdd.tests
88
]
9+
|> testSequenced
910

1011
// sequenced test?
1112
[<EntryPoint>]
1213
let main argv =
1314
allTests
14-
|> testSequenced
1515
|> runTestsWithCLIArgs [] argv

0 commit comments

Comments
 (0)