Skip to content

Commit

Permalink
strip symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
zaycev committed Jan 26, 2024
1 parent 03d9e82 commit 954d6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
TRUNK_API_ADDRESS: https://api.trunk-staging.io/v1/metrics/createBundleUpload
run: |
cargo +nightly run -Z build-std=std,panic_abort --release -- upload \
cargo run --release -- upload \
--junit-paths ${{ github.workspace }}/target/**/*junit.xml \
--org-url-slug trunk-staging-org \
--token ${{ secrets.TRUNK_STAGING_ORG_API_TOKEN }}

0 comments on commit 954d6e4

Please sign in to comment.