CI: Also check out submodules

This commit is contained in:
4bb4 2020-10-18 18:27:10 +02:00 committed by GitHub
parent 07e4779a86
commit 0e4a50ed07
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
name: Rust name: Rust
on: on:
push: push:
branches: [ master ] branches: [ master ]
@ -16,6 +17,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: jwsi/submodule-checkout@v1
- name: Build - name: Build
run: cargo build --verbose run: cargo build --verbose
- name: Run tests - name: Run tests