Skip to content

Commit

Permalink
just run full check()
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Aug 4, 2023
1 parent a8eac23 commit 9c3767b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/check-api-stability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

#TODO: don't need to run full check() here. Probably only test() is fine
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::testthat
extra-packages: any::rcmdcheck
needs: check

- name: run tests
run: |
testthat::test_local()
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true

0 comments on commit 9c3767b

Please sign in to comment.