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 678ef76 commit 7e48d22Copy full SHA for 7e48d22
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Run unit tests
23
run: rustc --version && cargo --version && cargo test --features online_tests
24
env:
25
- CLICOLOR: 0
+ CLICOLOR: "0"
26
- name: Run script tests
27
if: runner.os != 'Windows'
28
run: |
0 commit comments