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 fdd66af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 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,8 @@ 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
shell: bash

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

0 comments on commit fdd66af

Please sign in to comment.