Skip to content

Commit

Permalink
turn on stack safety margin
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasrim committed Jan 17, 2025
1 parent e802e6e commit 0923346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Test
run: |
cd $GITHUB_WORKSPACE/build
ctest -V -L DFLY
FLAGS_fiber_safety_margin=4096 ctest -V -L DFLY
- name: Send notifications on failure
if: failure() && github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 0923346

Please sign in to comment.