mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-09 22:45:57 -05:00
feat(ci): RUST_BACKTRACE=1 for all tests (#6283)
This commit is contained in:
3
.github/workflows/integration.yml
vendored
3
.github/workflows/integration.yml
vendored
@@ -21,6 +21,8 @@ jobs:
|
||||
name: test / ${{ matrix.network }} (${{ matrix.partition }}/2)
|
||||
runs-on:
|
||||
group: Reth
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
strategy:
|
||||
matrix:
|
||||
partition: [1, 2]
|
||||
@@ -51,6 +53,7 @@ jobs:
|
||||
group: Reth
|
||||
env:
|
||||
RUST_LOG: info,sync=error
|
||||
RUST_BACKTRACE: 1
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
5
.github/workflows/unit.yml
vendored
5
.github/workflows/unit.yml
vendored
@@ -21,6 +21,8 @@ jobs:
|
||||
name: test / ${{ matrix.network }} (${{ matrix.partition }}/2)
|
||||
runs-on:
|
||||
group: Reth
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
strategy:
|
||||
matrix:
|
||||
partition: [1, 2]
|
||||
@@ -47,6 +49,7 @@ jobs:
|
||||
group: Reth
|
||||
env:
|
||||
RUST_LOG: info,sync=error
|
||||
RUST_BACKTRACE: 1
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
@@ -68,6 +71,8 @@ jobs:
|
||||
name: doc tests (${{ matrix.network }})
|
||||
runs-on:
|
||||
group: Reth
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
timeout-minutes: 30
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user