Skip to content

Commit

Permalink
added verbose output for ctests
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-a-potts committed Dec 21, 2023
1 parent 0cb33ca commit 0b3dd5a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run_ec2_pcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ jobs:
cd ${JEDI_ENV}
mkdir -p build-atm
cd build-atm
rm -rf fv3-jedi
rm bin/setup-c48.sh
cmake -DUFS_APP=ATM ../ufs-bundle
make update
make -j8
Expand All @@ -140,8 +138,8 @@ jobs:
ctest -R get_
ctest -V -R fv3jedi_setup_ufs_
ctest -R fv3jedi_test_tier1_model_ufs_warmstart
ctest -R fv3jedi_test_tier1_forecast_ufs_warmstart
ctest -R ufsjedi_test_tier1_Ensforecast_ufs_warmstart
ctest -R -V fv3jedi_test_tier1_forecast_ufs_warmstart
ctest -R -V ufsjedi_test_tier1_Ensforecast_ufs_warmstart
# UFS_APP=ATMAERO
cd ${JEDI_ENV}
Expand Down

0 comments on commit 0b3dd5a

Please sign in to comment.