mirror of https://github.com/pkg/sftp.git
CI: use Makefile for tests
This commit is contained in:
parent
39d0113ba7
commit
67898c181d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue