Skip to content

Commit f974123

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
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-provenance" cargo miri test --features http1,http2,client,server,stream,nightly
148148

149149
features:
150150
name: features

0 commit comments

Comments
 (0)