We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d7d5f commit e4dd8c1Copy full SHA for e4dd8c1
1 file changed
test/runtests.jl
@@ -24,11 +24,12 @@ include("utils.jl")
24
@testset "JET" begin
25
JET.test_package(SparseMatrixColorings; target_defined_modules=true)
26
end
27
- @testset "JuliaFormatter" begin
28
- @test JuliaFormatter.format(
29
- SparseMatrixColorings; verbose=false, overwrite=false
30
- )
31
- end
+ # @testset "JuliaFormatter" begin
+ # TODO: switch to Runic (temporarily deactivated)
+ # @test JuliaFormatter.format(
+ # SparseMatrixColorings; verbose=false, overwrite=false
+ # )
32
+ # end
33
@testset "Doctests" begin
34
Documenter.doctest(SparseMatrixColorings)
35
0 commit comments