administrative update
This commit is contained in:
@@ -11,6 +11,8 @@ unit-test-job:
|
|||||||
- julia --project=julia/Project.toml -E 'using Pkg; Pkg.test()'
|
- julia --project=julia/Project.toml -E 'using Pkg; Pkg.test()'
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- plots/plot_test.html
|
- julia/plots/plot_test.html
|
||||||
- plots/find_closest_test.html
|
- julia/plots/find_closest_test.html
|
||||||
|
- julia/plots/mbh_nominal.html
|
||||||
|
- julia/plots/mbh_best.html
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|||||||
@@ -6,10 +6,10 @@ using Thesis
|
|||||||
|
|
||||||
# Tests
|
# Tests
|
||||||
@testset "All Tests" begin
|
@testset "All Tests" begin
|
||||||
# include("spacecraft.jl")
|
include("spacecraft.jl")
|
||||||
# include("laguerre-conway.jl")
|
include("laguerre-conway.jl")
|
||||||
# include("propagator.jl")
|
include("propagator.jl")
|
||||||
# include("plotting.jl")
|
include("plotting.jl")
|
||||||
include("find_closest.jl")
|
include("find_closest.jl")
|
||||||
include("monotonic_basin_hopping.jl")
|
include("monotonic_basin_hopping.jl")
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user