Checkout submodules in GH actions

This commit is contained in:
Rafael Caricio 2020-06-19 15:01:12 +02:00 committed by Rafael Carício
parent 98ae8e0ced
commit a1aec89456

View file

@ -17,6 +17,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build
run: cargo build --verbose
- name: Run tests