Update ci.yml

This commit is contained in:
Temirkhan Myrzamadi 2020-02-20 23:09:33 +06:00 committed by GitHub
parent 790d721a9c
commit 6c686921ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,8 +13,6 @@ jobs:
- nightly
steps:
- env:
RUST_BACKTRACE: 1
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
@ -23,6 +21,9 @@ jobs:
toolchain: ${{ matrix.rust }}
override: true
components: rustfmt, clippy
env:
RUST_BACKTRACE: 1
- name: stable/beta build
uses: actions-rs/cargo@v1