Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormcd authored Oct 25, 2021
1 parent 82deb55 commit 3089a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using MATLAB, Test

is_ci() = lowercase(get(ENV, "CI", "false")) == "true"

Pkg.Registry.status()
using Pkg; Pkg.Registry.status()

if !is_ci() # only test if not CI

Expand Down

0 comments on commit 3089a18

Please sign in to comment.