Browse Source

don't ignore leaks in miri

Evan Almloff 1 năm trước cách đây
mục cha
commit
b9dae3e1e0
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      .github/workflows/miri.yml

+ 1 - 2
.github/workflows/miri.yml

@@ -86,8 +86,7 @@ jobs:
 
         # working-directory: tokio
         env:
-          #  todo: disable memory leaks ignore
-          MIRIFLAGS: -Zmiri-disable-isolation -Zmiri-strict-provenance -Zmiri-retag-fields -Zmiri-ignore-leaks
+          MIRIFLAGS: -Zmiri-disable-isolation -Zmiri-strict-provenance -Zmiri-retag-fields
           PROPTEST_CASES: 10
 
       # Cache the global cargo directory, but NOT the local `target` directory which