mirror of https://github.com/ecmwf/eccodes.git
Merge pull request #100 from ecmwf/feature/ci-extended-tests
Enable extended tests in HPC CI
This commit is contained in:
commit
f3854e92dc
|
@ -25,7 +25,9 @@ jobs:
|
|||
aec
|
||||
netcdf4/new
|
||||
--parallel: 64
|
||||
--cmake-options: |
|
||||
-DENABLE_EXTRA_TESTS=1
|
||||
${{ inputs.nightly_test && '-DENABLE_PNG=1,-DENABLE_NETCDF=1' || '' }}
|
||||
${{ inputs.nightly_test && '--post-script: .github/ci-nightly-test.sh' || '' }}
|
||||
${{ inputs.nightly_test && '--force-build: true' || '' }}
|
||||
${{ inputs.nightly_test && '--cmake-options: -DENABLE_PNG=1,-DENABLE_NETCDF=1' || '' }}
|
||||
secrets: inherit
|
||||
|
|
Loading…
Reference in New Issue