Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/brandmaier/semtree
Browse files Browse the repository at this point in the history
  • Loading branch information
brandmaier committed Mar 24, 2024
2 parents e6e5a63 + bc33654 commit be81e59
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/R-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::testthat
needs: pr-document
cache-version: 2
extra-packages: |
any::testthat
any::devtools
# needs: pr-document
- name: install package
run: devtools::install_package("brandmaier/semtree")

- name: run test
run: testthat::test_dir("tests/testthat/")
Expand Down

0 comments on commit be81e59

Please sign in to comment.