Run style on nightly

This commit is contained in:
Alex 2021-07-19 12:48:55 -04:00 committed by GitHub
parent 7419e49891
commit 158e49eb51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: nightly
override: true
- run: rustup component add clippy
- run: cargo fmt -- --check