diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2291531..01940be 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,6 +21,7 @@ jobs: strategy: matrix: version: + - 'min' - '1' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index 1c4ac80..b619898 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ MultipleTesting = "0.5, 0.6" NaturalSort = "1.0" OrderedCollections = "1" Printf = "1" -SHA = "0.7" +SHA = "<0.0.1, 0.7, 1" Statistics = "1" StatsBase = "0.33, 0.34" Tables = "1" diff --git a/test/runtests.jl b/test/runtests.jl index 5771969..f927b27 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -150,7 +150,9 @@ end ) @testset for func in [as_html, as_latex, as_docx, as_typst] - reftest(t, path) = @testset "$path" run_reftest(t, path, func) + reftest(t, path) = @testset "$path" begin + run_reftest(t, path, func) + end @testset "table_one" begin t = table_one(df, [:value1])