Skip to content

Commit

Permalink
ci: Add full backtrace when tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
alcroito committed Sep 24, 2023
1 parent 5252174 commit b75eb02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:

- name: Run cargo test
run: cargo test ${{ matrix.features && '--features' }} ${{ matrix.features }} ${{ matrix.release && '--release' || '' }} ${{ matrix.no_default_features && '--no-default-features' || '' }} ${{ matrix.all_features && '--all-features' || '' }}
env:
RUST_BACKTRACE: full

lints:
name: Lints
Expand Down

0 comments on commit b75eb02

Please sign in to comment.