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 a0eca63 commit 42a1386
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
types: [opened, reopened]

env:
TERM: xterm-256color
CARGO_TERM_COLOR: always

jobs:
Expand All @@ -21,6 +22,8 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
- run:
echo "$TERM"
- uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit 42a1386

Please sign in to comment.