mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
d093bcf63a
this commit removes the parallel test matrix as parallel testing runs the potention of trampling one another Signed-off-by: ldelossa <ldelossa@redhat.com>
21 lines
211 B
YAML
21 lines
211 B
YAML
addons:
|
|
apt:
|
|
packages:
|
|
- pass
|
|
- gnupg
|
|
|
|
language: go
|
|
|
|
go:
|
|
- 1.13.x
|
|
|
|
env:
|
|
- GO111MODULE=on
|
|
|
|
script:
|
|
- go test ./...
|
|
- go vet -composites=false ./...
|
|
- make
|
|
- make all
|
|
- make prove 2>&1
|