Skip to content

Commit 7e48d22

Browse files
committed
Test config
1 parent 678ef76 commit 7e48d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Run unit tests
2323
run: rustc --version && cargo --version && cargo test --features online_tests
2424
env:
25-
CLICOLOR: 0
25+
CLICOLOR: "0"
2626
- name: Run script tests
2727
if: runner.os != 'Windows'
2828
run: |

0 commit comments

Comments
 (0)