Skip to content

Commit

Permalink
print RUST_BACKTRACE on error
Browse files Browse the repository at this point in the history
  • Loading branch information
kkonevets committed Jun 10, 2022
1 parent c8c66af commit b952c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
# But only run the tests for Solido itself, the SPL tests are already
# executed upstream.
cargo test-bpf --manifest-path program/Cargo.toml
cargo test-bpf --manifest-path anker/Cargo.toml
RUST_BACKTRACE=1 cargo test-bpf --manifest-path program/Cargo.toml
RUST_BACKTRACE=1 cargo test-bpf --manifest-path anker/Cargo.toml
- name: Build CLI client
run: cargo build --bin solido
Expand Down

0 comments on commit b952c9e

Please sign in to comment.