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 a75900f commit aaef148Copy full SHA for aaef148
test/runtests.jl
@@ -1,7 +1,8 @@
1
-using Pkg, TestEnv
+using Pkg
2
3
-
4
-TestEnv.activate("VMRobotControl")
+## If running lots of tests, do this:
+# using TestEnv
5
+# TestEnv.activate("VMRobotControl")
6
7
# TEST_ENZYME = "Enzyme" ∈ keys(Pkg.project().dependencies)
8
TEST_ENZYME = false
0 commit comments