Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}2
cancel-in-progress: true

env:
# Always collect backtraces on panics to help with debugging CI failures,
# especially intermittent ones.
RUST_BACKTRACE: 1

jobs:
# Check Code style quickly by running `rustfmt` over all code
rustfmt:
Expand Down
Loading