Skip to content

Commit ec41b4a

Browse files
fix group setting
1 parent 76994fa commit ec41b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using SafeTestsets, Test
22

3-
const GROUP = "Core" #get(ENV, "GROUP", "All")
3+
const GROUP = get(ENV, "GROUP", "All")
44

55
@time begin
66
if GROUP == "QA" || GROUP == "All"

0 commit comments

Comments
 (0)