Skip to content

Commit

Permalink
try cleaning miri cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetkov committed Jul 12, 2022
1 parent 4ea4e4a commit 6f80b5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ jobs:
components: miri
override: true
- uses: Swatinem/rust-cache@v1
- name: tmp clean
run: cargo clean
- 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.
Expand Down

0 comments on commit 6f80b5e

Please sign in to comment.