We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525208e commit f4fca66Copy full SHA for f4fca66
.github/workflows/test.yaml
@@ -13,6 +13,8 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v4
16
+ with:
17
+ submodules: true
18
19
- name: Install stable Rust toolchain
20
run: |
0 commit comments