Addition of formatting checks in CI (nightly toolchain)

This commit is contained in:
Guillaume B 2020-06-23 17:06:48 +02:00
parent 4481675ec7
commit 7fdcf6dd5d

View File

@ -5,7 +5,7 @@ jobs:
include:
- before_script:
- rustup toolchain install nightly
- rustup component add rustfmt
- rustup component add rustfmt --toolchain nightly
script:
- cargo +nightly fmt -- --check
- script: