Add RUSTBACKTRACE as env

This commit is contained in:
mo8it
2026-02-26 16:26:41 +01:00
parent aaf8cad778
commit e91647b023
+3 -1
View File
@@ -37,7 +37,9 @@ jobs:
- uses: actions/checkout@v6
- uses: swatinem/rust-cache@v2
- name: cargo test
run: RUST_BACKTRACE=1 cargo test --workspace
env:
RUST_BACKTRACE: 1
run: cargo test --workspace
dev-check:
runs-on: ubuntu-latest
steps: