mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-20 00:00:08 +02:00
ci: update nightly and fix all sorts of new failures (#2852)
* ci: update miri flags * ci: fix doc warnings * doc: fix some links Cherry-pick of18ed761from #2834 * ci: cherry-pick00a2849From: #2793 * ci: cherry-pick6b61212From: #2793 Co-authored-by: Blas Rodriguez Irizar <[email protected]>
This commit is contained in:
co-authored by
Blas Rodriguez Irizar
parent
f0328f7810
commit
2b96b1773d
@@ -9,7 +9,7 @@ name: CI
|
||||
env:
|
||||
RUSTFLAGS: -Dwarnings
|
||||
RUST_BACKTRACE: 1
|
||||
nightly: nightly-2020-07-12
|
||||
nightly: nightly-2020-09-21
|
||||
minrust: 1.39.0
|
||||
|
||||
jobs:
|
||||
@@ -110,7 +110,7 @@ jobs:
|
||||
rm -rf tokio/tests
|
||||
|
||||
- name: miri
|
||||
run: cargo miri test --features rt-core,rt-threaded,rt-util,sync -- -- task
|
||||
run: cargo miri test --features rt-core,rt-threaded,rt-util,sync task
|
||||
working-directory: tokio
|
||||
|
||||
cross:
|
||||
|
||||
Reference in New Issue
Block a user