We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c28213 commit b0193e5Copy full SHA for b0193e5
lib/SimpleNonlinearSolve/test/runtests.jl
@@ -7,5 +7,5 @@ const GROUP = lowercase(get(ENV, "GROUP", "All"))
7
if GROUP == "all"
8
@run_package_tests
9
else
10
- @run_package_tests filter=ti->(Symbol(GROUP) in ti.tags)
+ @run_package_tests filter = ti -> (Symbol(GROUP) in ti.tags)
11
end
0 commit comments