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: