Skip to content

Commit

Permalink
update run_checks to add valgrind test with rhub and github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
merliseclyde committed Dec 5, 2023
1 parent 810c623 commit cba7eee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ usethis::use_release_issue()
# check email for results
devtools::check_win_devel()
devtools::check_win_release()
rhub2::rhub_check(platforms = "valgrind")
rhub2::rhub_check(platforms = "valgrind", branch="devel")

# mac_builder M1 mac
# https://mac.r-project.org/macbuilder/submit.html
Expand Down

0 comments on commit cba7eee

Please sign in to comment.