mirror of https://github.com/vacp2p/zerokit.git
ci: update submodules
This commit is contained in:
parent
8171439a44
commit
43e806b3ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue