We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc8b82 commit 193125aCopy full SHA for 193125a
.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Force frame pointers
49
run: echo RUSTFLAGS="-Cforce-frame-pointers $RUSTFLAGS" >> $GITHUB_ENV
50
shell: bash
51
- if: matrix.rust == 'stable-i686-msvc'
+ if: contains(matrix.rust, 'i686')
52
53
- run: cargo build
54
- run: cargo test
0 commit comments