1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-11 02:04:27 +00:00

20 lines
237 B
YAML
Raw Normal View History

language: go
env:
- GO111MODULE=off
go:
- 1.13.x
- 1.14.x
matrix:
fast_finish: true
sudo: false
script:
- go test -v -cpu=2
- go test -v -cpu=2 -race
- go test -v -cpu=2 -tags noasm
- go test -v -cpu=2 -race -tags noasm