Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Nov 1, 2024
1 parent ff20ff8 commit d40af74
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,15 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
cache-all-crates: true
cache-provider: buildjet

- name: Build and archive tests
run: cargo nextest archive --locked --workspace --all-features --archive-file nextest-archive.tar.zst
- name: debug
run: |
ls -R
pwd
ls -l
- name: Upload archive to workflow
uses: actions/upload-artifact@v4
with:
Expand All @@ -62,6 +68,7 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
cache-all-crates: true
cache-provider: buildjet

- name: Build Bins
run: cargo build --locked --profile test --bins
Expand Down Expand Up @@ -119,6 +126,11 @@ jobs:
with:
name: nextest-archive

- name: debug
run: |
ls -R
ls -l
- name: Test
run: cargo nextest run --archive-file nextest-archive.tar.zst --verbose --no-fail-fast
timeout-minutes: 20
Expand Down

0 comments on commit d40af74

Please sign in to comment.