Skip to content

Commit

Permalink
add more tests and add coverage step
Browse files Browse the repository at this point in the history
  • Loading branch information
avivpxi committed Feb 26, 2024
1 parent 5c90802 commit 6273281
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20

- name: Build
run: go build -v ./...
- name: Build
run: go build -v ./...

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

0 comments on commit 6273281

Please sign in to comment.