Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsipher committed Mar 14, 2024
1 parent 15803de commit ebf603c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ import DisjunctiveProgramming as DP
using DisjunctiveProgramming
using Test

# import Pkg
# Pkg.add(url = "https://github.com/infiniteopt/InfiniteOpt.jl", rev = "master")
import Pkg
Pkg.add(url = "https://github.com/infiniteopt/InfiniteOpt.jl", rev = "master")

include("utilities.jl")

# RUN ALL THE TESTS
include("aqua.jl")
# include("aqua.jl") # temporary ignore until compat is finalized
include("model.jl")
include("jump.jl")
include("variables/query.jl")
Expand Down

0 comments on commit ebf603c

Please sign in to comment.