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 87abfee commit 6487604Copy full SHA for 6487604
test/runtests.jl
@@ -67,7 +67,7 @@ end
67
if get(ENV, "IIF_TEST", "") == "true"
68
69
# Switch to our upstream test branch.
70
- Pkg.add(PackageSpec(name="IncrementalInference", rev="develop"))
+ Pkg.add(PackageSpec(name="IncrementalInference", rev="upstream/dfg_integration_test"))
71
@info "------------------------------------------------------------------------"
72
@info "These tests are using IncrementalInference to do additional driver tests"
73
0 commit comments