Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whonion committed Jun 20, 2023
1 parent 942d55e commit 7e232ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: make test GOFLAGS="-v" GO_VERSION=${{ matrix.go-version }}
- name: Test with the Go CLI
run: go test main.go

0 comments on commit 7e232ef

Please sign in to comment.