Skip to content

Commit

Permalink
chore: improve error handling for test command runtime
Browse files Browse the repository at this point in the history
- modify `cargo test` command to include `rust_backtrace=1`
  • Loading branch information
falcucci committed Sep 19, 2024
1 parent e951a50 commit 6495068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
fi
- name: cargo test
run: cargo test --workspace --locked --all-features
run: RUST_BACKTRACE=1 cargo test --workspace --locked --all-features

build:
name: cargo build
Expand Down

0 comments on commit 6495068

Please sign in to comment.