diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aae5663..a3831b7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,9 @@ jobs: command: build - run: echo "$TERM" + echo "$NO_COLOR" + echo "$CLICOLOR" + echo "$CLICOLOR_FORCE" - uses: actions-rs/cargo@v1 with: command: test diff --git a/pest-test/Cargo.toml b/pest-test/Cargo.toml index 91f3839..770137f 100644 --- a/pest-test/Cargo.toml +++ b/pest-test/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" readme = "../README.md" [dependencies] -colored = "2.0.0" +colored = "2.0.4" pest = "2.5.2" pest_derive = "2.5.2" snailquote = "0.3.1"