Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinZonda authored Jun 16, 2024
1 parent 839c6e6 commit 38af987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version: '1.22'

- name: Build
run: go build -v ./src/...
run: go build -v ./src/main/cli/...

- name: Test
run: go test -v ./src/...
run: go test -v ./src/main/cli/...

0 comments on commit 38af987

Please sign in to comment.