From ad6e0569be497239b2d9aa90aede8171d1840f8b Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Thu, 31 Oct 2019 13:45:23 +0100 Subject: [PATCH] ci: don't reformat -sys --- rust-bindings/rust/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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