diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 4e14dabb0..34c43ca5f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -869,32 +869,32 @@ jobs: with: toolchain: "stable" - - name: test-default-save + - name: 💾 test-default-save run: | export SCCACHE_DIR=${PWD}/temp-test/zstd-level/default cargo build - - name: Stats-save + - name: 🖨️ Stats-save run: ${SCCACHE_PATH} --show-stats - - name: test-default-use + - name: 💽 test-default-use run: | cargo clean && cargo build - - name: Stats-use + - name: 🖨️ Stats-use run: ${SCCACHE_PATH} --show-stats - - name: test-lv8-save + - name: 💾 test-lv8-save run: | export SCCACHE_DIR=${PWD}/temp-test/zstd-level/8 export SCCACHE_CACHE_ZSTD_LEVEL=8 ${SCCACHE_PATH} --stop-server > /dev/null cargo clean cargo build - - name: Stats-save + - name: 🖨️ Stats-save run: ${SCCACHE_PATH} --show-stats - - name: test-lv8-use + - name: 💽 test-lv8-use run: | cargo clean && cargo build - - name: Stats-use + - name: 🖨️ Stats-use run: ${SCCACHE_PATH} --show-stats - - name: test-lv16-save + - name: 💾 test-lv16-save run: | # the 20 takes 14min to compile export SCCACHE_DIR=${PWD}/temp-test/zstd-level/16 @@ -902,13 +902,10 @@ jobs: ${SCCACHE_PATH} --stop-server > /dev/null cargo clean cargo build - - name: test-lv16-use - run: | - cargo clean && cargo build - - name: Stats-save + - name: 🖨️ Stats-save run: ${SCCACHE_PATH} --show-stats - - name: test-lv16-use + - name: 💽 test-lv16-use run: | cargo clean && cargo build - - name: Stats-use + - name: 🖨️ Stats-use run: ${SCCACHE_PATH} --show-stats