Skip to content

Commit

Permalink
Add stacktrace env to debug CI simulator issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed Apr 30, 2024
1 parent ad82b58 commit e25b682
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ jobs:
channel: stable
cache-target: release
- name: Run a basic beacon chain sim that starts from Bellatrix
env:
RUST_BACKTRACE: full
run: cargo run --release --bin simulator basic-sim
fallback-simulator-ubuntu:
name: fallback-simulator-ubuntu
Expand All @@ -249,6 +251,8 @@ jobs:
channel: stable
cache-target: release
- name: Run a beacon chain sim which tests VC fallback behaviour
env:
RUST_BACKTRACE: full
run: cargo run --release --bin simulator fallback-sim
doppelganger-protection-test:
name: doppelganger-protection-test
Expand Down

0 comments on commit e25b682

Please sign in to comment.