From 1ac10fa80aa847c68e376ebf9ef4e2be891e41d3 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Mon, 21 Sep 2020 18:57:33 +0200 Subject: ci: update miri flags (#2851) * ci: update miri flags * Update 2020-09-20 to 2020-09-21 Co-authored-by: Taiki Endo Co-authored-by: Taiki Endo --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2ae44af..61244f90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ name: CI env: RUSTFLAGS: -Dwarnings RUST_BACKTRACE: 1 - nightly: nightly-2020-07-12 + nightly: nightly-2020-09-21 minrust: 1.45.2 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: -- cgit v1.2.3