chore: fix github action build
parent
72e37b4524
commit
c5efb35988
|
@ -19,7 +19,7 @@ jobs:
|
|||
go-version: "1.19"
|
||||
check-latest: true
|
||||
cache: true
|
||||
- run: go test -race -failfast .
|
||||
- run: go test -race -failfast ./...
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
Loading…
Reference in New Issue