CI: use Makefile for tests

This commit is contained in:
Nicola Murino 2021-01-20 13:35:58 +01:00
parent 39d0113ba7
commit 67898c181d
1 changed files with 2 additions and 12 deletions

View File

@ -27,15 +27,5 @@ jobs:
- name: Run tests
run: |
go test -integration -v ./...
go test -testserver -v ./...
go test -integration -testserver -v ./...
go test -integration -allocator -v ./...
go test -testserver -allocator -v ./...
go test -integration -testserver -allocator -v ./...
go test -race -integration -v ./...
go test -race -testserver -v ./...
go test -race -integration -testserver -v ./...
go test -race -integration -allocator -v ./...
go test -race -testserver -allocator -v ./...
go test -race -integration -allocator -testserver -v ./...
make integration
make integration_w_race