mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-01-11 06:46:37 +00:00
ci: update submodules
This commit is contained in:
parent
8171439a44
commit
43e806b3ba
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -18,7 +18,8 @@ jobs:
|
|||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
|
- name: Update git submodules
|
||||||
|
run: git submodule update --init --recursive
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
run: |
|
run: |
|
||||||
cargo test
|
cargo test
|
||||||
@ -34,6 +35,8 @@ jobs:
|
|||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
- name: Update git submodules
|
||||||
|
run: git submodule update --init --recursive
|
||||||
- name: cargo fmt
|
- name: cargo fmt
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
- name: cargo clippy
|
- name: cargo clippy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user