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 9938444 commit 2a298f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Install dependencies
run: go mod download
run: go test .
- name: Test with the Go CLI
run: go test

0 comments on commit 2a298f9

Please sign in to comment.