Skip to content

Commit

Permalink
Adjust CI/CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Jan 19, 2025
1 parent 12e6a15 commit 5bcf36b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
go-version: ^1.20

- name: Build
run: make
run: |
go build
- name: Test
run: make test
run: |
go test -v .

0 comments on commit 5bcf36b

Please sign in to comment.