Skip to content

Commit

Permalink
chore: print backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed Nov 15, 2023
1 parent 8531908 commit 96027b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: build test
run: cargo build --release --bin run-locally
- name: run CosmWasm test
run: cargo test --package run-locally --bin run-locally -- cosmos::test --nocapture
run: RUST_BACKTRACE=1 cargo test --package run-locally --bin run-locally -- cosmos::test --nocapture
- name: run test (excluding CosmWasm)
run: ./target/release/run-locally
env:
Expand Down

0 comments on commit 96027b3

Please sign in to comment.