Enable all features for nightly test

This commit is contained in:
Dusan Figala 2023-04-05 12:02:59 +02:00
parent e2074f5e6a
commit 7154cb5ad9
1 changed files with 1 additions and 0 deletions

View File

@ -26,4 +26,5 @@ jobs:
--parallel: 64
${{ 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