This commit is contained in:
naiba
2024-10-19 23:17:14 +08:00
parent 37c87bbc07
commit e652ea3008
+5
View File
@@ -26,6 +26,11 @@ jobs:
with:
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
run: |
go test -v ./...