mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
Unleash all core tests with miri
This commit is contained in:
parent
4240f8428c
commit
af363b6bb5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/miri.yml
vendored
2
.github/workflows/miri.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue