mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
Create webui dist directory in test workflow
This commit is contained in:
6
.github/workflows/go_test.yaml
vendored
6
.github/workflows/go_test.yaml
vendored
@@ -27,7 +27,9 @@ jobs:
|
||||
with:
|
||||
go-version: "1.24"
|
||||
cache: true
|
||||
- name: Create empty webui dist directory
|
||||
run: mkdir -p webui/dist && touch webui/dist/.gitkeep
|
||||
- name: Run Tests
|
||||
run: go test -tags=test ./... -v
|
||||
run: go test ./... -v
|
||||
- name: Run Tests with Race Detector
|
||||
run: go test -tags=test -race ./... -v
|
||||
run: go test -race ./... -v
|
||||
Reference in New Issue
Block a user