Lynnesbian
fc45376673
somehow i had listed the license as LGPL 3 instead of GPL 3 in all the reuse headers, and never noticed... 0uo
17 lines
291 B
YAML
17 lines
291 B
YAML
# 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
|