Skip to content

Commit

Permalink
Adding debug info to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinswiber committed Mar 26, 2024
1 parent 084c14f commit 051bb28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
echo "target flag is: ${{ env.TARGET_FLAGS }}"
- name: Build postman2openapi and all crates
env:
CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG: true
run: ${{ env.CARGO }} build --verbose --all ${{ env.TARGET_FLAGS }}

- name: Run tests
Expand Down

0 comments on commit 051bb28

Please sign in to comment.