Compare commits

..

2 Commits

Author SHA1 Message Date
Dr. Matthijs Berends 95f9563f58
Update check.yaml 2022-08-28 13:42:16 +02:00
Dr. Matthijs Berends 1a9bac8c64
Update check.yaml 2022-08-28 13:32:26 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ jobs:
R_LIBS_USER_GH_ACTIONS: ${{ env.R_LIBS_USER }} R_LIBS_USER_GH_ACTIONS: ${{ env.R_LIBS_USER }}
R_RUN_TINYTEST: true R_RUN_TINYTEST: true
run: | run: |
R CMD check --no-manual --run-donttest --run-dontrun AMR R CMD check --no-manual --run-donttest --run-dontrun .
shell: bash shell: bash
- name: Show unit tests output - name: Show unit tests output