mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 23:51:14 +03:00
10 lines
165 B
YAML
10 lines
165 B
YAML
|
kind: pipeline
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: test
|
||
|
image: golang:1.11
|
||
|
commands:
|
||
|
- go build -v
|
||
|
- go test -v -race -coverprofile=coverage.txt -covermode=atomic
|