Skip to content

Commit

Permalink
chore: debug errors on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eredotpkfr committed Dec 2, 2024
1 parent 4c95264 commit 3f2a66e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,14 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@nextest
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: 120

- name: Run nextest
run: sudo make nextest
run: make nextest
env:
RUST_BACKTRACE: 1
SUBSCAN_CHROME_PATH: ${{ steps.setup-chrome.outputs.chrome-path }}

- name: Run doc-test
run: make doc-test

0 comments on commit 3f2a66e

Please sign in to comment.