ci: update submodules

This commit is contained in:
Oskar Thoren 2022-06-02 12:04:16 +01:00
parent 8171439a44
commit 43e806b3ba
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,8 @@ jobs:
profile: minimal
toolchain: stable
override: true
- name: Update git submodules
run: git submodule update --init --recursive
- name: cargo test
run: |
cargo test
@ -34,6 +35,8 @@ jobs:
toolchain: stable
override: true
components: rustfmt, clippy
- name: Update git submodules
run: git submodule update --init --recursive
- name: cargo fmt
run: cargo fmt --all -- --check
- name: cargo clippy