diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 34c43ca5f..97583cbf9 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -880,31 +880,30 @@ jobs: cargo clean && cargo build - name: 🖨️ Stats-use run: ${SCCACHE_PATH} --show-stats - - name: 💾 test-lv8-save + - name: 💾 test-lv5-save run: | - export SCCACHE_DIR=${PWD}/temp-test/zstd-level/8 - export SCCACHE_CACHE_ZSTD_LEVEL=8 + export SCCACHE_DIR=${PWD}/temp-test/zstd-level/5 + export SCCACHE_CACHE_ZSTD_LEVEL=5 ${SCCACHE_PATH} --stop-server > /dev/null cargo clean cargo build - name: 🖨️ Stats-save run: ${SCCACHE_PATH} --show-stats - - name: 💽 test-lv8-use + - name: 💽 test-lv5-use run: | cargo clean && cargo build - name: 🖨️ Stats-use run: ${SCCACHE_PATH} --show-stats - - name: 💾 test-lv16-save + - name: 💾 test-lv10-save run: | - # the 20 takes 14min to compile - export SCCACHE_DIR=${PWD}/temp-test/zstd-level/16 - export SCCACHE_CACHE_ZSTD_LEVEL=15 + export SCCACHE_DIR=${PWD}/temp-test/zstd-level/10 + export SCCACHE_CACHE_ZSTD_LEVEL=10 ${SCCACHE_PATH} --stop-server > /dev/null cargo clean cargo build - name: 🖨️ Stats-save run: ${SCCACHE_PATH} --show-stats - - name: 💽 test-lv16-use + - name: 💽 test-lv10-use run: | cargo clean && cargo build - name: 🖨️ Stats-use