Files
jira/.travis.yml
T
ldelossa d093bcf63a cicd: deflake tests
this commit removes the parallel test matrix as parallel testing runs
the potention of trampling one another

Signed-off-by: ldelossa <ldelossa@redhat.com>
2020-08-31 13:26:57 -04:00

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