Skip to content

Commit

Permalink
respects warnings as errors?
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Oct 13, 2023
1 parent 3268b1a commit b8d2ab3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-test-warnings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
with:
upgrade: 'TRUE'
extra-packages: |
any::BH
any::devtools
mmrm=?ignore-before-r=100.0.0
TMB=?ignore-before-r=100.0.0
Matrix=?ignore-before-r=100.0.0
Expand All @@ -51,5 +49,5 @@ jobs:
- name: Run Tests
run: |
options(crayon.enabled = TRUE, warn = 2L)
devtools::test()
testthat::test_dir("tests")
shell: Rscript {0}

0 comments on commit b8d2ab3

Please sign in to comment.