Skip to content

Commit b6ee529

Browse files
authored
#259: remove Miri from CI
1 parent 86b9f69 commit b6ee529

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -58,23 +58,6 @@ jobs:
5858
- name: Run Clippy
5959
run: cargo clippy --all-targets --target ${{ matrix.target }}
6060

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-
run: |
74-
cargo miri test --test i32_ops
75-
cargo miri test --test f32_ops
76-
cargo miri test --test cast
77-
7861
x86-tests:
7962
name: "${{ matrix.target_feature }} on ${{ matrix.target }}"
8063
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)