17 lines
286 B
YAML
17 lines
286 B
YAML
# SPDX-FileCopyrightText: 2021 Lynnesbian
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: linux-gnu
|
|
image: rust:latest
|
|
commands:
|
|
- cargo test --locked -j3
|
|
#- name: linux-musl
|
|
# image: rust:alpine
|
|
# commands:
|
|
# - cargo test -j3
|