Skip to content

Commit

Permalink
Update sanitizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wheelemw authored Nov 14, 2024
1 parent c6140d2 commit 50f567d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ jobs:
shell: Rscript {0}

- name: Check with UBSAN and ASAN
run: rcmdcheck::rcmdcheck(build_args = "--no-build-vignettes", args = c("--no-codoc", "--no-examples", "--no-manual", "--ignore-vignettes"), error_on = "warning", check_dir = "check")
run: rcmdcheck::rcmdcheck(error_on = "warning", check_dir = "check")
shell: Rscript {0}

- name: Upload check results
if: failure()
uses: actions/upload-artifact@v3
with:
name: ${{ runner.os }}-rrelease-results
path: check
path: check

0 comments on commit 50f567d

Please sign in to comment.