We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b7f9f commit 678ef76Copy full SHA for 678ef76
.github/workflows/ci.yml
@@ -20,7 +20,9 @@ jobs:
20
with:
21
toolchain: ${{ matrix.rust }}
22
- name: Run unit tests
23
- run: rustc --version && cargo --version && CLICOLOR=0 cargo test --features online_tests
+ run: rustc --version && cargo --version && cargo test --features online_tests
24
+ env:
25
+ CLICOLOR: 0
26
- name: Run script tests
27
if: runner.os != 'Windows'
28
run: |
0 commit comments