Skip to content

Commit aaef148

Browse files
committed
Comment out TestEnv in runtests
1 parent a75900f commit aaef148

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/runtests.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
using Pkg, TestEnv
1+
using Pkg
22

3-
4-
TestEnv.activate("VMRobotControl")
3+
## If running lots of tests, do this:
4+
# using TestEnv
5+
# TestEnv.activate("VMRobotControl")
56

67
# TEST_ENZYME = "Enzyme" ∈ keys(Pkg.project().dependencies)
78
TEST_ENZYME = false

0 commit comments

Comments
 (0)