Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfone committed May 12, 2024
1 parent a4412b2 commit c927800
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: go test -cover -race ./...
- run: |
# just for file path from stacks.
mkdir -p /home/runner/go/src/github.com/xgfone/go-defaults
cp -r ./* /home/runner/go/src/github.com/xgfone/go-defaults
cd /home/runner/go/src/github.com/xgfone/go-defaults
go test -cover -race ./...

0 comments on commit c927800

Please sign in to comment.