diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 953e211f97..2e18b664ad 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -353,6 +353,10 @@ jobs: egrep d= QA/testoutputs/dft_smear.out || true; fi if [[ -f QA/testoutputs/dft_smear.out ]]; then \ tail -2000 QA/testoutputs/dft_smear.out || true; fi + if [[ -f QA/testoutputs/ritddft_h2o.out ]]; then \ + tail -2000 QA/testoutputs/ritddft_h2o.out || true; fi + if [[ -f QA/testoutputs/ritddft_co.out ]]; then \ + tail -2000 QA/testoutputs/ritddft_co.out || true; fi if [[ -f QA/testoutputs/pspw_md.out ]]; then \ grep 'PSPW energy' QA/testoutputs/pspw_md.out || true; fi