Skip to content

Commit

Permalink
ci: update miri flags (#2851)
Browse files Browse the repository at this point in the history
* ci: update miri flags

* Update 2020-09-20 to 2020-09-21

Co-authored-by: Taiki Endo <te316e89@gmail.com>

Co-authored-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
Darksonn and taiki-e authored Sep 21, 2020
1 parent ba8680d commit 1ac10fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1ac10fa

Please sign in to comment.