1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 04:02:19 +02:00

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

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