From 0cbd0c9f23aaac26e3ba4bca6a0e9fb3f3a96e93 Mon Sep 17 00:00:00 2001 From: Matthieu Baumann Date: Fri, 23 May 2025 18:25:15 +0200 Subject: [PATCH] fix test ci fmt --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6d7972ba..412dc372 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - name: "Run cargo clippy" run: cd src/core && cargo clippy --all-targets --features=webgl2 -- -D warnings - name: Format check - run: cargo fmt --all -- --check + run: cd src/core && cargo fmt --all -- --check - name: "Install dependencies" run: | npm install