Skip to content

Commit

Permalink
bump .github/workflows/miri.yaml (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist authored Oct 27, 2021
1 parent 05eb63f commit 1f07735
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/miri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ on:
pull_request:

jobs:

miri-checks:
name: MIRI
runs-on: ubuntu-latest
strategy:
matrix:
arch: [amd64]
rust: [nightly-2021-07-04]
rust: [nightly-2021-10-23]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -50,7 +49,7 @@ jobs:
- name: Run Miri Checks
env:
RUST_BACKTRACE: full
RUST_LOG: 'trace'
RUST_LOG: "trace"
run: |
export MIRIFLAGS="-Zmiri-disable-isolation"
cargo miri setup
Expand Down

0 comments on commit 1f07735

Please sign in to comment.