mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Docker: Do not flag slow tests in minimal build
This commit is contained in:
parent
ae35d1c90b
commit
1a8a8ac7cf
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ if [[ "${ARCH}" == *cuda* ]] || [[ "${ARCH}" == *hip* ]]; then
|
|||
fi
|
||||
|
||||
# Flag slow tests in debug runs.
|
||||
if [[ "${VERSION}" == *dbg* ]]; then
|
||||
if [[ "${ARCH}" == "local" ]] && [[ "${VERSION}" == *dbg* ]]; then
|
||||
TESTOPTS="--flagslow ${TESTOPTS}"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue