Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Jul 26, 2024
1 parent 2191a37 commit 1d6a1f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cross-platform-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1d6a1f4

Please sign in to comment.