Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <yy19902439@126.com>
  • Loading branch information
SamYuan1990 committed May 1, 2023
1 parent 548e165 commit e12321f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/consensus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- uses: actions/checkout@main
- uses: actions/setup-go@main
with:
go-version: 1.20
- run: go test -v ./... --count=1
go-version: `1.20`
- run: go mod vendor && go test -v ./... --count=1
name: go test
working-directory: consensusCFT

Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@main
- uses: actions/setup-go@main
with:
go-version: 1.20
- run: go test -v ./... --count=1
go-version: `1.20`
- run: go mod vendor && go test -v ./... --count=1
name: go test
working-directory: consensusPBFT

0 comments on commit e12321f

Please sign in to comment.