Trying to track down storage issue

This commit is contained in:
Jordan Carlin 2024-10-10 13:59:36 -07:00
parent 76503e517e
commit e50d85aa72
No known key found for this signature in database

View File

@ -171,6 +171,10 @@ jobs:
run: |
source setup.sh
make riscof --jobs $(nproc --ignore 1)
- name: check storage
run: |
df -h
du -h --max-depth=1
- name: regression
run: |
source setup.sh