Skip to content

Commit

Permalink
ci: disable miri for now
Browse files Browse the repository at this point in the history
It seems to hang on everything. I can't figure it out.
  • Loading branch information
BurntSushi committed Jul 5, 2023
1 parent 9db5584 commit a7ddce5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ jobs:
- name: Check formatting
run: cargo fmt --check

miri:
name: miri
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rust
uses: dtolnay/rust-toolchain@miri
- run: cargo miri test --lib --verbose
env:
MIRIFLAGS: -Zmiri-strict-provenance
# miri:
# name: miri
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v3
# - name: Install Rust
# uses: dtolnay/rust-toolchain@miri
# - run: cargo miri test --lib --verbose
# env:
# MIRIFLAGS: -Zmiri-strict-provenance

0 comments on commit a7ddce5

Please sign in to comment.