longer qas on macos

This commit is contained in:
edoapra 2022-08-18 10:48:44 -07:00
parent 7063b04d39
commit 92e30f0323
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -77,7 +77,7 @@ variables:
- env | grep CI_ || true - env | grep CI_ || true
- env | grep PATH || true - env | grep PATH || true
- which mpirun || true - which mpirun || true
- if [[ "$NWCHEM_TARGET" != "LINUX" && "$FC" != "ifx" && ( "$CI_RUNNER_TAGS" == "ubuntu_xenial" || "$CI_RUNNER_TAGS" == "ubuntu_bionic" ) ]]; then ./doqmtests.mpi $NNPROCS ; else ./doqmtests.mpi $NNPROCS fast ; fi - if [[ "$NWCHEM_TARGET" != "LINUX" && "$FC" != "ifx" && ( "$CI_RUNNER_TAGS" == "ubuntu_xenial" || "$CI_RUNNER_TAGS" == "ubuntu_bionic" || "$CI_RUNNER_TAGS" = "macos" ) ]]; then ./doqmtests.mpi $NNPROCS ; else ./doqmtests.mpi $NNPROCS fast ; fi
only: only:
- master - master
- /^release-.*$/ - /^release-.*$/