CI: collect backtraces for example tests

This commit is contained in:
Nick Fitzgerald
2020-07-10 13:37:24 -07:00
parent 89603bc6b3
commit 2040a654d6

View File

@@ -231,6 +231,8 @@ jobs:
# Ensure all our examples build and execute # Ensure all our examples build and execute
- run: cargo run -p run-examples - run: cargo run -p run-examples
env:
RUST_BACKTRACE: 1
# Build and test all features except for lightbeam # Build and test all features except for lightbeam
- run: | - run: |