Skip to content

Commit

Permalink
Debug events
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Jan 8, 2025
1 parent ade39fc commit f847347
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,9 @@ jobs:
- name: Test Examples
uses: docker://useink/ci
env:
RUSTFLAGS: -Clinker-plugin-lto -Clink-arg=-zstack-size=4096
#RUSTFLAGS: -Clinker-plugin-lto -Clink-arg=-zstack-size=4096
# Fix for linking of `linkme` for `cargo test`: https://github.com/dtolnay/linkme/issues/49
RUSTFLAGS: -Clink-arg=-z -Clink-arg=nostart-stop-gc
with:
# run all tests with --all-features, which will run the e2e-tests feature if present
args:
Expand Down

0 comments on commit f847347

Please sign in to comment.