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 76994fa commit ec41b4aCopy full SHA for ec41b4a
test/runtests.jl
@@ -1,6 +1,6 @@
1
using SafeTestsets, Test
2
3
-const GROUP = "Core" #get(ENV, "GROUP", "All")
+const GROUP = get(ENV, "GROUP", "All")
4
5
@time begin
6
if GROUP == "QA" || GROUP == "All"
0 commit comments