Skip to content

Commit 8d29bd8

Browse files
committed
tests: Instantiate before loading packages
1 parent dbfe428 commit 8d29bd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if PROGRAM_FILE != "" && realpath(PROGRAM_FILE) == @__FILE__
3131
pushfirst!(LOAD_PATH, joinpath(@__DIR__, ".."))
3232
using Pkg
3333
Pkg.activate(@__DIR__)
34+
Pkg.instantiate()
3435

3536
using ArgParse
3637
s = ArgParseSettings(description = "Dagger Testsuite")

0 commit comments

Comments
 (0)