Skip to content

Commit

Permalink
refact: rollback old go-test action
Browse files Browse the repository at this point in the history
  • Loading branch information
ermos committed Mar 4, 2023
1 parent cbb19bf commit f8b206a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v3
- name: Install dependencies
run: go mod tidy
with:
go-version: 1.20.1

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

- name: Update coverage report
uses: ncruces/go-coverage-report@main
if: |
Expand Down

0 comments on commit f8b206a

Please sign in to comment.