Skip to content

Commit

Permalink
Add debug to build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Mar 31, 2024
1 parent 209e29f commit 78b1eb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
if: matrix.rust == 'stable'
env:
RUST_BACKTRACE: 1
CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG: true
- name: Build and test
run: cargo test
env:
Expand All @@ -54,6 +55,7 @@ jobs:
- run: cargo build -Z minimal-versions
env:
RUST_BACKTRACE: 1
CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG: true

web:
name: web build
Expand Down

0 comments on commit 78b1eb4

Please sign in to comment.