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 86b9f69 commit b6ee529Copy full SHA for b6ee529
.github/workflows/ci.yml
@@ -58,23 +58,6 @@ jobs:
58
- name: Run Clippy
59
run: cargo clippy --all-targets --target ${{ matrix.target }}
60
61
- miri:
62
- name: "miri"
63
- runs-on: ubuntu-latest
64
- steps:
65
- - uses: actions/checkout@v2
66
- - name: Install Miri
67
- run: |
68
- rustup toolchain install nightly --component miri
69
- rustup override set nightly
70
- cargo miri setup
71
- - name: Test with Miri (failures allowed)
72
- continue-on-error: true
73
74
- cargo miri test --test i32_ops
75
- cargo miri test --test f32_ops
76
- cargo miri test --test cast
77
-
78
x86-tests:
79
name: "${{ matrix.target_feature }} on ${{ matrix.target }}"
80
runs-on: ${{ matrix.os }}
0 commit comments