Skip to content

Commit

Permalink
fix Miri CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NamorNiradnug committed Jan 6, 2024
1 parent 7357db8 commit b1072d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
components: miri
- uses: actions-rs/cargo@v1
with:
command: test miri
command: miri
args: test
env:
RUSTFLAGS: -C target-feature=-sse4.1,-sse4.2,-avx,-avx2
MIRIFLAGS: -Zmiri-symbolic-alignment-check
Expand Down

0 comments on commit b1072d7

Please sign in to comment.