Skip to content

Commit

Permalink
Force frame pointers on all i686 tests (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee authored Mar 22, 2024
1 parent bdc8b82 commit 193125a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Force frame pointers
run: echo RUSTFLAGS="-Cforce-frame-pointers $RUSTFLAGS" >> $GITHUB_ENV
shell: bash
if: matrix.rust == 'stable-i686-msvc'
if: contains(matrix.rust, 'i686')

- run: cargo build
- run: cargo test
Expand Down

0 comments on commit 193125a

Please sign in to comment.