chore: fix CI build syntax errors

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-01-27 21:41:16 -06:00
parent 160c8ca213
commit c29c71a8c2
1 changed files with 4 additions and 1 deletions

View File

@ -3,11 +3,14 @@ kind: pipeline
type: docker
name: default
steps:
- name: cargo check
image: rust:1.49
commands:
- cargo check --verbose --all
- name: cargo test
image: rust:1.49
commands:
- cargo build --verbose --all
- cargo test --verbose --all