Use multiple run commands

pull/1085/head^2
Boyan Soubachov 2021-07-08 22:15:12 +10:00 committed by Boyan Soubachov
parent 57bf675175
commit ee42bbe4ab
1 changed files with 4 additions and 5 deletions

View File

@ -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 ./...