Skip to content

Commit

Permalink
Fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoutsilis committed Dec 27, 2023
1 parent da233b6 commit 0280895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
go get .
- name: Build
run: go build -v ./
run: go build -v ./...
- name: Test
run: go test
run: go test -v ./...

0 comments on commit 0280895

Please sign in to comment.