diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index f15d61eb..ff535e25 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -25,7 +25,7 @@ stages: check: stage: build script: - - cargo fmt --all -- --check + - cargo fmt --package ostree -- --check - rm -rf src/auto/ - make gir - git diff -R --exit-code