Skip to content

Commit

Permalink
Disable libbacktrace build temporarily
Browse files Browse the repository at this point in the history
An unrelated change has caused this to fail.
  • Loading branch information
philipc committed May 3, 2021
1 parent 6ad1442 commit e968f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- run: cargo build
- run: cargo test
- run: cargo test --features "gimli-symbolize"
- run: cargo test --features "libbacktrace"
# run: cargo test --features "libbacktrace"
- run: cargo check --features "libbacktrace gimli-symbolize"
- run: cargo test --features "serialize-rustc"
- run: cargo test --features "serialize-serde"
Expand Down

0 comments on commit e968f62

Please sign in to comment.