Missed a submodule checkout

This commit is contained in:
Jon Gjengset 2022-09-17 16:19:55 -07:00
parent 99ddee84ab
commit 87365663b1

View file

@ -17,6 +17,8 @@ jobs:
profile: minimal profile: minimal
toolchain: stable toolchain: stable
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
submodules: true
- name: cargo test - name: cargo test
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with: