This commit is contained in:
parent
6361da3f40
commit
3a199ffd6a
@ -7,10 +7,11 @@ steps:
|
|||||||
- name: Compile
|
- name: Compile
|
||||||
image: rust:1.66.0-alpine3.17
|
image: rust:1.66.0-alpine3.17
|
||||||
commands:
|
commands:
|
||||||
- apk add build-base make bash
|
- apk add build-base make
|
||||||
- cargo build --verbose
|
- cargo build --verbose
|
||||||
|
|
||||||
- name: Tests
|
- name: Tests
|
||||||
image: rust:1.66.0-alpine3.17
|
image: rust:1.66.0-alpine3.17
|
||||||
commands:
|
commands:
|
||||||
|
- apk add bash
|
||||||
- cargo test -- --nocapture
|
- cargo test -- --nocapture
|
||||||
|
Loading…
x
Reference in New Issue
Block a user