We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf8cad commit e91647bCopy full SHA for e91647b
1 file changed
.github/workflows/rust.yml
@@ -37,7 +37,9 @@ jobs:
37
- uses: actions/checkout@v6
38
- uses: swatinem/rust-cache@v2
39
- name: cargo test
40
- run: RUST_BACKTRACE=1 cargo test --workspace
+ env:
41
+ RUST_BACKTRACE: 1
42
+ run: cargo test --workspace
43
dev-check:
44
runs-on: ubuntu-latest
45
steps:
0 commit comments