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 e761d6d commit 15c3b7fCopy full SHA for 15c3b7f
test/runtests.jl
@@ -1,5 +1,7 @@
1
using SafeTestsets, Test
2
3
+const GROUP = get(ENV, "GROUP", "All")
4
+
5
function activate_extensions_env()
6
Pkg.activate("extensions")
7
Pkg.develop(PackageSpec(path = dirname(@__DIR__)))
0 commit comments