diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0ab40a5..4d110de 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,6 +16,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + submodules: true - name: Build run: cargo build - name: Run tests