mirror of https://github.com/stretchr/testify.git
Use multiple run commands
parent
57bf675175
commit
ee42bbe4ab
|
@ -13,8 +13,7 @@ jobs:
|
|||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: ${{ matrix.go_version }}
|
||||
- run: |
|
||||
./.ci.gogenerate.sh
|
||||
./.ci.gofmt.sh
|
||||
./.ci.govet.sh
|
||||
go test -v -race ./...
|
||||
- run: ./.ci.gogenerate.sh
|
||||
- run: ./.ci.gofmt.sh
|
||||
- run: ./.ci.govet.sh
|
||||
- run: go test -v -race ./...
|
||||
|
|
Loading…
Reference in New Issue