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 8890288 commit 51e5297Copy full SHA for 51e5297
test/runtests.jl
@@ -3,7 +3,8 @@
3
using Test
4
using Distributed
5
6
-if !Base.get_bool_env("BUILDKITE", false)
+# only run these if Aqua is installed. i.e. Pkg.test has installed it, or it is provided as a shared package
7
+if Base.locate_package(Base.PkgId(Base.UUID("4c88cf16-eb10-579e-8560-4a9242c79595"), "Aqua")) isa String
8
@testset "Aqua.jl tests" begin
9
include("aqua.jl")
10
end
0 commit comments