From 9d72e86343b709d4ae39b84d2248f3369d398f04 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 13 Nov 2024 16:45:53 +1300 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/MINLPTests.yml | 2 +- test/MINLPTests/runtests.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/MINLPTests.yml b/.github/workflows/MINLPTests.yml index efcd97a1..d4880575 100644 --- a/.github/workflows/MINLPTests.yml +++ b/.github/workflows/MINLPTests.yml @@ -41,4 +41,4 @@ jobs: Pkg.activate(".") Pkg.instantiate() Pkg.add(PackageSpec(path=ENV["GITHUB_WORKSPACE"])) - include(joinpath(path, "runtests.jl")) \ No newline at end of file + include(joinpath(path, "runtests.jl")) diff --git a/test/MINLPTests/runtests.jl b/test/MINLPTests/runtests.jl index 3f2ddd24..b8745f52 100644 --- a/test/MINLPTests/runtests.jl +++ b/test/MINLPTests/runtests.jl @@ -35,4 +35,4 @@ using Test primal_tol = 1e-6, dual_tol = 1e-6, ) -end \ No newline at end of file +end