chore: fix github action build

main
sudo pacman -Syu 2022-11-06 18:12:13 +07:00
parent 72e37b4524
commit c5efb35988
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}