Skip to content

Commit

Permalink
Enable deprecation errors in CI (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Feb 23, 2024
1 parent 49d2b4b commit 3d396ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/OscarTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/PBWDeformations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export vertex_index
export vertices

function __init__()
add_verbose_scope(:PBWDeformations)
add_verbosity_scope(:PBWDeformations)
end

include("OscarPatches.jl")
Expand Down

0 comments on commit 3d396ed

Please sign in to comment.