Sfoglia il codice sorgente

Unleash all core tests with miri

Jonathan Kelley 1 anno fa
parent
commit
af363b6bb5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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