Skip to content

Commit

Permalink
backtrace windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Oct 20, 2024
1 parent 8b31a9b commit e0df355
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: CI

on:
push:
branches: ['main', '0.8.x']
pull_request:
merge_group:
schedule:
Expand Down Expand Up @@ -54,7 +53,7 @@ jobs:
- run: cargo test
- run: cargo test --manifest-path fuzz/Cargo.toml
if: ${{ matrix.rust }} == "stable"
- run: cargo test --benches
- run: RUST_BACKTRACE=1 cargo test --benches

test-aws-lc-rs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e0df355

Please sign in to comment.