From 1d6a1f4ef21affb02e60a4a60c348471ed35bc5c Mon Sep 17 00:00:00 2001 From: ityuany <519495771@qq.com> Date: Fri, 26 Jul 2024 23:22:42 +0800 Subject: [PATCH] debug --- .github/workflows/cross-platform-next.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cross-platform-next.yml b/.github/workflows/cross-platform-next.yml index 7f8ba438..c448d269 100644 --- a/.github/workflows/cross-platform-next.yml +++ b/.github/workflows/cross-platform-next.yml @@ -134,13 +134,15 @@ jobs: name: ${{ matrix.target }} path: . - - name: Unzip downloaded files + - name: Tar downloaded files shell: bash run: | - ls -R tar -xvf ${{ matrix.target }}.tar.gz -C e2e/tests cd e2e/tests ls -R + - name: e2e tests + run: | + cargo test --package e2e -- --nocapture # coverage: