You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# SPDX-FileCopyrightText: 2021-2022 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
|