mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
ci: update miri flags (#2851)
* ci: update miri flags * Update 2020-09-20 to 2020-09-21 Co-authored-by: Taiki Endo <[email protected]> Co-authored-by: Taiki Endo <[email protected]>
This commit is contained in:
@@ -9,7 +9,7 @@ name: CI
|
|||||||
env:
|
env:
|
||||||
RUSTFLAGS: -Dwarnings
|
RUSTFLAGS: -Dwarnings
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
nightly: nightly-2020-07-12
|
nightly: nightly-2020-09-21
|
||||||
minrust: 1.45.2
|
minrust: 1.45.2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
rm -rf tokio/tests
|
rm -rf tokio/tests
|
||||||
|
|
||||||
- name: miri
|
- 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
|
working-directory: tokio
|
||||||
|
|
||||||
cross:
|
cross:
|
||||||
|
|||||||
Reference in New Issue
Block a user