Fix gh workflow
This commit is contained in:
parent
a7c2e8f182
commit
b202665d75
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
go-version: '1.21'
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./backend/...
|
||||
run: go build -v ./...
|
||||
|
||||
- name: Test
|
||||
run: go test -v ./backend/...
|
||||
run: go test -v ./...
|
||||
|
|
Loading…
Reference in a new issue