Skip to content

Commit

Permalink
Merge pull request #487 from Kiyo510/fix_ci_test
Browse files Browse the repository at this point in the history
Resolve WARNING in CI of github actions.
  • Loading branch information
mna committed Aug 12, 2024
2 parents 90131ce + e91ee4d commit fbfb78c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v4

- name: Test
run: go test ./... -v -cover

0 comments on commit fbfb78c

Please sign in to comment.