2021-02-28 11:08:35 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
|
|
|
|
steps:
|
2021-03-11 17:44:31 +00:00
|
|
|
- name: linux-gnu
|
2021-02-28 11:08:35 +00:00
|
|
|
image: rust:latest
|
|
|
|
commands:
|
2021-02-28 11:14:24 +00:00
|
|
|
- cargo test -j3
|
2021-03-11 18:05:03 +00:00
|
|
|
#- name: linux-musl
|
|
|
|
# image: rust:alpine
|
|
|
|
# commands:
|
|
|
|
# - cargo test -j3
|