fix ci
This commit is contained in:
parent
9e6bbd3386
commit
6cd243ea40
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -26,6 +26,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: "1.23.x"
|
go-version: "1.23.x"
|
||||||
|
|
||||||
|
- name: bootstrap
|
||||||
|
run: |
|
||||||
|
go install github.com/swaggo/swag/cmd/swag@latest
|
||||||
|
swag init -g cmd/dashboard/main.go -o cmd/dashboard/docs
|
||||||
|
|
||||||
- name: Unit test
|
- name: Unit test
|
||||||
run: |
|
run: |
|
||||||
go test -v ./...
|
go test -v ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user