codecov no-stack-check

This commit is contained in:
Ivan Folgueira Bande 2025-10-08 13:06:40 +02:00
parent a7c70701b1
commit 7c0d258497
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -10,7 +10,7 @@ jobs:
test:
name: Test
env:
RUSTFLAGS: -C instrument-coverage
RUSTFLAGS: -C instrument-coverage -C force-frame-pointers=yes -C no-stack-check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4