Skip to content

Commit

Permalink
test: qa tests
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Aug 28, 2024
1 parent 7f101e3 commit 19a6f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/qa_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ end
@testitem "Explicit Imports" tags=[:qa] begin
using ExplicitImports

@test check_no_implicit_imports(DiffEqFlux; skip = (ADTypes, Lux, Base, Core)) ===
nothing
@test check_no_implicit_imports(
DiffEqFlux; skip = (ADTypes, Lux, Base, Boltz, Core)) === nothing
@test check_no_stale_explicit_imports(DiffEqFlux) === nothing
end

0 comments on commit 19a6f36

Please sign in to comment.