Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion committed Oct 5, 2023
1 parent 42a1386 commit 893de80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pest-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 893de80

Please sign in to comment.