Skip to content

Commit

Permalink
Enable tracing for failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Aug 25, 2023
1 parent 3d7134d commit da1893c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ jobs:
- name: Install cargo-nextest
run: curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
- env:
RUST_LOG: info
RUST_LOG: debug
RUST_BACKTRACE: 1
NO_COLOR_LOG: 1
NEXTEST_RETRIES: 2
Expand Down

0 comments on commit da1893c

Please sign in to comment.