diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 9aea05f4939..21cbdf47b8f 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -28,7 +28,7 @@ rustfmt: GIT_STRATEGY: fetch script: - shopt -s globstar - - rustfmt --check --verbose src/**/*.rs + - rustfmt --check --verbose src/**/lib.rs clang-format: # Cancel job if a newer commit is pushed to the same branch