Skip to content

Commit

Permalink
Merge pull request #165 from konsumlamm/miri
Browse files Browse the repository at this point in the history
Enable `boxed` & `allocator_api` features in miri CI
  • Loading branch information
fitzgen authored Jun 27, 2022
2 parents fa52577 + a54f50c commit f5e01a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest

env:
MIRIFLAGS: "-Zmiri-tag-raw-pointers -Zmiri-check-number-validity -Zmiri-ignore-leaks"
MIRIFLAGS: "-Zmiri-tag-raw-pointers -Zmiri-ignore-leaks"

steps:
- name: Install rustup
Expand All @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v2

- name: Run miri
run: cargo miri test
run: cargo miri test --features boxed,allocator_api

valgrind:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f5e01a7

Please sign in to comment.