diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fbd836e..d1af84f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,6 +28,9 @@ jobs: fail-fast: false matrix: version: + - '1.6' + - '1.7' + - '1.8' - '1.9' - '1.10' - '1.11' diff --git a/Project.toml b/Project.toml index 9823b26..36ae1b8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,14 +1,13 @@ name = "NDimensionalSparseArrays" uuid = "6e93e0f3-59a5-426f-9354-1ff93716b9b4" +authors = ["Raphael Sampaio "] version = "0.1.0" -[deps] - [compat] Aqua = "0.8" LinearAlgebra = "1.0" Test = "1.0" -julia = "1.9" +julia = "1.0" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" diff --git a/README.md b/README.md index 3f28fb1..a93e167 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # NDimensionalSparseArrays.jl -[![CI](https://github.com/raphasampaio/NDimensionalSparseArrays.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/raphasampaio/NDimensionalSparseArrays.jl/actions/workflows/CI.yml) -[![codecov](https://codecov.io/github/raphasampaio/ndimensionalsparsearrays.jl/graph/badge.svg?token=I2kXECoZxZ)](https://codecov.io/github/raphasampaio/ndimensionalsparsearrays.jl) +[![CI](https://github.com/JuliaSparse/NDimensionalSparseArrays.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/JuliaSparse/NDimensionalSparseArrays.jl/actions/workflows/CI.yml) +[![codecov](https://codecov.io/github/JuliaSparse/NDimensionalSparseArrays.jl/graph/badge.svg?token=I2kXECoZxZ)](https://codecov.io/github/JuliaSparse/NDimensionalSparseArrays.jl) [![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) ## Overview diff --git a/test/runtests.jl b/test/runtests.jl index 694dc17..43dfc1c 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -14,7 +14,7 @@ function recursive_include(path::String) end end -@testset verbose = true failfast = true begin +@testset verbose = true begin if length(ARGS) > 0 include(joinpath(@__DIR__, ARGS[1])) else