Skip to content

Commit

Permalink
enable demangler feature
Browse files Browse the repository at this point in the history
  • Loading branch information
gleocadie committed Sep 6, 2024
1 parent 65ab3ff commit b9d88d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
env:
RUSTFLAGS: "${{ matrix.flags }}"
run: |
cargo build -p builder --features profiling,telemetry,data-pipeline,symbolizer,crashtracker --release -vv
cargo build -p builder --features profiling,telemetry,data-pipeline,symbolizer,crashtracker,demangler --release -vv
- name: 'Publish libdatadog'
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b9d88d1

Please sign in to comment.