We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b41eb commit f08cd0cCopy full SHA for f08cd0c
1 file changed
tests/GraphBLAS-sharp.Tests/Program.fs
@@ -6,10 +6,10 @@ let allTests =
6
testList "All tests" [
7
EWiseAdd.tests
8
]
9
+ |> testSequenced
10
11
// sequenced test?
12
[<EntryPoint>]
13
let main argv =
14
allTests
- |> testSequenced
15
|> runTestsWithCLIArgs [] argv
0 commit comments