Skip to content

Commit 94e9cf9

Browse files
committed
more strict Miri checking
1 parent 2777ac8 commit 94e9cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144

145145
- name: Test
146146
# Can't enable tcp feature since Miri does not support the tokio runtime
147-
run: MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test --features http1,http2,client,server,stream,nightly
147+
run: MIRIFLAGS="-Zmiri-disable-isolation -Zmiri-strict-aliasing" cargo miri test --features http1,http2,client,server,stream,nightly
148148

149149
features:
150150
name: features

0 commit comments

Comments
 (0)