mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 00:47:15 -04:00
Test against Go 1.14
This commit is contained in:
@@ -4,7 +4,7 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.11.x, 1.12.x, 1.13.x]
|
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x]
|
||||||
platform: [ubuntu-latest, macos-latest, windows-latest]
|
platform: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
env:
|
env:
|
||||||
@@ -39,4 +39,4 @@ jobs:
|
|||||||
go test -race -covermode atomic -coverprofile=profile.cov ./...
|
go test -race -covermode atomic -coverprofile=profile.cov ./...
|
||||||
GO111MODULE=off go get github.com/mattn/goveralls
|
GO111MODULE=off go get github.com/mattn/goveralls
|
||||||
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github
|
$(go env GOPATH)/bin/goveralls -coverprofile=profile.cov -service=github
|
||||||
if: matrix.go-version == '1.13.x' && matrix.platform == 'ubuntu-latest'
|
if: matrix.go-version == '1.14.x' && matrix.platform == 'ubuntu-latest'
|
||||||
|
|||||||
Reference in New Issue
Block a user