Skip to content

Commit 537627f

Browse files
committed
add missing variable
1 parent 2d8b6ad commit 537627f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ jobs:
167167
target
168168
key: "${{runner.os}} Rust ${{steps.rust-toolchain.outputs.cachekey}}"
169169
- name: Run tests
170+
env:
171+
HTTP_BACKEND: ${{ matrix.http-backend }}
170172
run: |
171173
set -euo pipefail
172174

0 commit comments

Comments
 (0)