mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 06:00:21 +00:00
Use sccache for miri
This commit is contained in:
parent
016b475c32
commit
c02e32c95c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -126,7 +126,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ env.rust_nightly }}
|
toolchain: ${{ env.rust_nightly }}
|
||||||
components: miri
|
components: miri
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: mozilla-actions/sccache-action@v0.0.3
|
||||||
- name: miri
|
- name: miri
|
||||||
# Many of tests in tokio/tests and doctests use #[tokio::test] or
|
# Many of tests in tokio/tests and doctests use #[tokio::test] or
|
||||||
# #[tokio::main] that calls epoll_create1 that Miri does not support.
|
# #[tokio::main] that calls epoll_create1 that Miri does not support.
|
||||||
|
|
Loading…
Reference in a new issue