Skip to content

Commit 7ea78f9

Browse files
committed
refactor: initialize git submodule before running tests
1 parent 9c3f07f commit 7ea78f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v5
21+
with:
22+
# Initialize Ruff submodule
23+
submodules: recursive
2124

2225
# First check Rust tests
2326
- name: Install Rust toolchain

0 commit comments

Comments
 (0)