chore: fix CI build syntax errors
This commit is contained in:
parent
160c8ca213
commit
c29c71a8c2
|
@ -3,11 +3,14 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: cargo check
|
- name: cargo check
|
||||||
image: rust:1.49
|
image: rust:1.49
|
||||||
|
commands:
|
||||||
- cargo check --verbose --all
|
- cargo check --verbose --all
|
||||||
|
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
image: rust:1.49
|
image: rust:1.49
|
||||||
|
commands:
|
||||||
|
- cargo build --verbose --all
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
Loading…
Reference in New Issue