all should be --all

This commit is contained in:
Paul Woolcock
2018-08-23 10:35:26 -04:00
parent 8636e690c3
commit fe1aafff12
+1 -1
View File
@@ -6,7 +6,7 @@ rust:
before_script:
- rustup component add rustfmt-preview
script:
- cargo fmt all -- --check
- cargo fmt --all -- --check
- cargo build
- cargo test
matrix: