Skip to content

Commit 678ef76

Browse files
committed
Fix window environment variable setting in CI
1 parent 64b7f9f commit 678ef76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
with:
2121
toolchain: ${{ matrix.rust }}
2222
- name: Run unit tests
23-
run: rustc --version && cargo --version && CLICOLOR=0 cargo test --features online_tests
23+
run: rustc --version && cargo --version && cargo test --features online_tests
24+
env:
25+
CLICOLOR: 0
2426
- name: Run script tests
2527
if: runner.os != 'Windows'
2628
run: |

0 commit comments

Comments
 (0)