Skip to content

Commit e91647b

Browse files
committed
Add RUSTBACKTRACE as env
1 parent aaf8cad commit e91647b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
- uses: actions/checkout@v6
3838
- uses: swatinem/rust-cache@v2
3939
- name: cargo test
40-
run: RUST_BACKTRACE=1 cargo test --workspace
40+
env:
41+
RUST_BACKTRACE: 1
42+
run: cargo test --workspace
4143
dev-check:
4244
runs-on: ubuntu-latest
4345
steps:

0 commit comments

Comments
 (0)