Skip to content

Commit

Permalink
Updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Feb 3, 2024
1 parent e04e0ba commit d0650de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Test
run: CGO_ENABLED=0 go test -v ./...

0 comments on commit d0650de

Please sign in to comment.