mirror of
https://github.com/envmodules/modules.git
synced 2026-05-30 00:12:31 +08:00
ts: optionally build cache files to run tests
When TESTSUITE_ENABLE_MODULECACHE environment variable is set, cache file is built for all modulepaths of the testsuite. Tests are run using the cache files to resolve available modules.
This commit is contained in:
1
.github/workflows/linux_tests.yaml
vendored
1
.github/workflows/linux_tests.yaml
vendored
@@ -181,6 +181,7 @@ jobs:
|
||||
COVERAGE_MULTILIB: y
|
||||
EXTRA_SCRIPT_PRETEST: make install-testsiteconfig-1 && export TESTSUITE_ENABLE_SITECONFIG=1
|
||||
EXTRA_SCRIPT_POSTTEST: unset TESTSUITE_ENABLE_SITECONFIG
|
||||
TESTSUITE_ENABLE_MODULECACHE: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user