Skip to content

Commit

Permalink
Mark failed tests by aqua as broken, run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lbenet committed Mar 27, 2024
1 parent 8418b59 commit 0f842f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ using Aqua
end

@testset "Aqua tests (additional)" begin
Aqua.test_ambiguities(NEOs, broken=true)
Aqua.test_undefined_exports(NEOs)
Aqua.test_deps_compat(NEOs)
Aqua.test_stale_deps(NEOs)
Aqua.test_piracies(NEOs)
Aqua.test_piracies(NEOs; broken=true)
Aqua.test_unbound_args(NEOs)
Aqua.test_project_extras(NEOs)
Aqua.test_persistent_tasks(NEOs)
Expand Down
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

testfiles = (
"osculating.jl",
# "observations.jl",
# "propagation.jl",
# "orbit_determination.jl",
"observations.jl",
"propagation.jl",
"orbit_determination.jl",
"dataframes.jl",
"aqua.jl",
)
Expand Down

0 comments on commit 0f842f1

Please sign in to comment.