fix: clone submodules recursively

This commit is contained in:
oSumAtrIX 2022-07-08 20:33:49 +02:00 committed by GitHub
parent 507656b97c
commit 63c351daf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose