Fix cargo fmt in CI

This commit is contained in:
Paul Hauner
2019-11-22 18:32:13 +11:00
parent a28514f32f
commit c2e68145f0

View File

@@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Check formatting with cargo fmt
run: cargo fmt --all -- check
run: cargo fmt --all -- --check
release-tests-ubuntu:
runs-on: ubuntu-latest
steps: