Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/qa/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ FastPower = {path = "../.."}
Aqua = "0.8"
JET = "0.9,0.10,0.11"
SafeTestsets = "0.1, 1"
SciMLTesting = "1"
SciMLTesting = "1.6"
Test = "1"
julia = "1.10"
14 changes: 2 additions & 12 deletions test/qa/qa.jl
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
using FastPower
using Aqua
using JET
using Test
using SciMLTesting, FastPower, JET, Test

@testset "Aqua" begin
Aqua.test_all(FastPower; deps_compat = (; check_extras = false))
@test_broken false # Aqua deps_compat (extras): Pkg has no [compat] entry — see https://github.com/SciML/FastPower.jl/issues/53
end

@testset "JET" begin
JET.test_package(FastPower; target_defined_modules = true)
end
run_qa(FastPower; explicit_imports = true)
Loading