diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca928fc..6b1a79d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,8 +23,6 @@ jobs: - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.julia-version }} - - uses: julia-actions/cache@220b808dc0981a09d2fbeebff99f8236483ead06 + - uses: julia-actions/cache@v1 - uses: julia-actions/julia-runtest@v1 - with: - coverage: 'false' - uses: julia-actions/julia-processcoverage@v1 diff --git a/test/runtests.jl b/test/runtests.jl index 2f05683..54ba57e 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -53,14 +53,14 @@ end ensure_imagemagick() @testset "PNGFiles" begin @test true - # include("test_pngsuite.jl") - # include("test_paletted_images.jl") - # include("test_testimages.jl") - # include("test_synthetic_images.jl") - # include("test_invalid_inputs.jl") - # include("test_images_with_background.jl") - # include("test_io.jl") - # include("test_various_array_types.jl") + include("test_pngsuite.jl") + include("test_paletted_images.jl") + include("test_testimages.jl") + include("test_synthetic_images.jl") + include("test_invalid_inputs.jl") + include("test_images_with_background.jl") + include("test_io.jl") + include("test_various_array_types.jl") end # Cleanup