From ddb3ae6df319cc17cf3f1f0db322585019c2b0d6 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 16 Jan 2026 12:23:04 +0100 Subject: [PATCH] ci: run rustfmt on all rust files Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 2f7366cbbae..9b479c40b60 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -27,7 +27,7 @@ rustfmt: - shopt -s globstar - source "$HOME/.cargo/env" - rustfmt --version - - rustfmt --verbose src/**/lib.rs + - rustfmt --verbose src/**/*.rs shader-db: stage: code-validation