Skip to content

Commit

Permalink
fix testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengchun committed Mar 19, 2024
1 parent bcbae38 commit 9938444
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Install dependencies
run: go mod download
- name: Test with the Go CLI
run: go test

0 comments on commit 9938444

Please sign in to comment.