unit tests

This commit is contained in:
2023-01-06 10:08:25 +01:00
parent 268ec31d92
commit 8a0a0d4682
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -100,6 +100,6 @@ jobs:
- name: Show tinytest output
if: always()
run: |
cd ../AMR.Rcheck
find . -name 'tinytest.Rout*' -exec cat '{}' \; ||>
ls -lh
find . -name 'tinytest.Rout*' -exec cat '{}' \; || true
shell: bash