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