瀏覽代碼

Unleash all core tests with miri

Jonathan Kelley 1 年之前
父節點
當前提交
af363b6bb5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/miri.yml

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

@@ -81,7 +81,7 @@ jobs:
         # #[tokio::main] that calls epoll_create1 that Miri does not support.
         # run: cargo miri test --features full --lib --no-fail-fast
         run: |
-          cargo miri test --package dioxus-core --test miri_stress  -- --exact --nocapture
+          cargo miri test --package dioxus-core -- --exact --nocapture
           cargo miri test --package dioxus-native-core --test miri_native  -- --exact --nocapture
 
         # working-directory: tokio