Add backtrace to CI

This commit is contained in:
mo8it
2026-02-26 16:22:27 +01:00
parent 8738518699
commit aaf8cad778
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v6
- uses: swatinem/rust-cache@v2
- name: cargo test
run: cargo test --workspace
run: RUST_BACKTRACE=1 cargo test --workspace
dev-check:
runs-on: ubuntu-latest
steps: