Use sccache for miri

This commit is contained in:
Jonathan Kelley 2024-01-08 14:16:11 -08:00
parent 016b475c32
commit c02e32c95c
No known key found for this signature in database
GPG key ID: 1FBB50F7EB0A08BE

View file

@ -126,7 +126,7 @@ jobs:
with:
toolchain: ${{ env.rust_nightly }}
components: miri
- uses: Swatinem/rust-cache@v2
- uses: mozilla-actions/sccache-action@v0.0.3
- name: miri
# Many of tests in tokio/tests and doctests use #[tokio::test] or
# #[tokio::main] that calls epoll_create1 that Miri does not support.