diff options
-rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 6d4709a..e7d4b33 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -56,3 +56,5 @@ jobs: - name: Test working-directory: ${{ steps.strings.outputs.build-output-dir }} run: ctest -V --build-config ${{ matrix.build_type }} --output-junit results.xml --test-output-size-passed 65536 --test-output-size-failed 65536 + env: + STASIS_SYSCONFDIR: ../../.. |