rust-lang/portable-simd#259: remove Miri from CI
This commit is contained in:
parent
86b9f69622
commit
b6ee5293f4
1 changed files with 0 additions and 17 deletions
17
.github/workflows/ci.yml
vendored
17
.github/workflows/ci.yml
vendored
|
@ -58,23 +58,6 @@ jobs:
|
||||||
- name: Run Clippy
|
- name: Run Clippy
|
||||||
run: cargo clippy --all-targets --target ${{ matrix.target }}
|
run: cargo clippy --all-targets --target ${{ matrix.target }}
|
||||||
|
|
||||||
miri:
|
|
||||||
name: "miri"
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Install Miri
|
|
||||||
run: |
|
|
||||||
rustup toolchain install nightly --component miri
|
|
||||||
rustup override set nightly
|
|
||||||
cargo miri setup
|
|
||||||
- name: Test with Miri (failures allowed)
|
|
||||||
continue-on-error: true
|
|
||||||
run: |
|
|
||||||
cargo miri test --test i32_ops
|
|
||||||
cargo miri test --test f32_ops
|
|
||||||
cargo miri test --test cast
|
|
||||||
|
|
||||||
x86-tests:
|
x86-tests:
|
||||||
name: "${{ matrix.target_feature }} on ${{ matrix.target }}"
|
name: "${{ matrix.target_feature }} on ${{ matrix.target }}"
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue