Skip to content

Commit 1bbab34

Browse files
committed
skip on release
1 parent 5c6bc25 commit 1bbab34

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test/_packages.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function test_packages(mode)
2828
])
2929
@test Pkg.add(url = "https://github.com/JuliaAstro/GeneralAstrodynamics.jl") == nothing
3030
else
31-
@test Pkg.add(url=package.repo) == nothing
31+
@test Pkg.add(url = package.repo) == nothing
3232
end
3333
else
3434
throw(ArgumentError("`mode` argument to `test_packages` must be either `:release` or `:dev`."))
@@ -42,6 +42,9 @@ function test_packages(mode)
4242

4343
@testset "Package loading" begin
4444
for package in packages_juliaastro
45+
if mode == :release && p_name ["ASDF.jl", "Spectra.jl", "GeneralAstrodynamics.jl"]
46+
continue
47+
end
4548
p_name = package.name
4649
@info string("Loading: ", p_name)
4750
@testset "$(p_name)" begin

0 commit comments

Comments
 (0)