Browse Source

add cargo fmt check

merge-requests/76/head
Jonathan de Jong 5 years ago
parent
commit
9d2cc4d8b1
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -11,4 +11,5 @@ test:cargo: @@ -11,4 +11,5 @@ test:cargo:
script:
- rustc --version && cargo --version # Print version info for debugging
- cargo test --workspace --verbose --locked
- cargo fmt --all -- --check
- cargo clippy

Loading…
Cancel
Save