Skip to content

Commit

Permalink
use to add and
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang committed Apr 8, 2024
1 parent 4f26fd2 commit 70dcdb7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
File renamed without changes.
4 changes: 0 additions & 4 deletions test/code-quality/Project.toml

This file was deleted.

File renamed without changes.
8 changes: 3 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ if (GROUP == "All") || (GROUP == "Core")
end

if (GROUP == "All") || (GROUP == "Code-Quality")
Pkg.activate("code-quality")
Pkg.develop(PackageSpec(path = dirname(@__DIR__)))
Pkg.instantiate()
include(joinpath(testdir, "code-quality/aqua.jl"))
include(joinpath(testdir, "code-quality/jet.jl"))
Pkg.add(["Aqua", "JET"])
include(joinpath(testdir, "aqua.jl"))
include(joinpath(testdir, "jet.jl"))
end

0 comments on commit 70dcdb7

Please sign in to comment.