diff --git a/.github/workflows/OscarTests.yml b/.github/workflows/OscarTests.yml index eb490dc..9b7e1ca 100644 --- a/.github/workflows/OscarTests.yml +++ b/.github/workflows/OscarTests.yml @@ -83,6 +83,8 @@ jobs: - name: "Run tests" uses: julia-actions/julia-runtest@latest + with: + depwarn: 'error' - name: "Process code coverage" uses: julia-actions/julia-processcoverage@v1 diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 87dc157..2265176 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -76,6 +76,8 @@ jobs: - name: "Run tests" uses: julia-actions/julia-runtest@latest + with: + depwarn: 'error' - name: "Process code coverage" uses: julia-actions/julia-processcoverage@v1 diff --git a/src/PBWDeformations.jl b/src/PBWDeformations.jl index dd717ab..b7f5f28 100644 --- a/src/PBWDeformations.jl +++ b/src/PBWDeformations.jl @@ -112,7 +112,7 @@ export vertex_index export vertices function __init__() - add_verbose_scope(:PBWDeformations) + add_verbosity_scope(:PBWDeformations) end include("OscarPatches.jl")