mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
Update Go test commands to include build tags
This commit is contained in:
4
.github/workflows/go_test.yaml
vendored
4
.github/workflows/go_test.yaml
vendored
@@ -27,6 +27,6 @@ jobs:
|
||||
go-version: "1.23"
|
||||
cache: true
|
||||
- name: Run Tests
|
||||
run: go test ./... -v
|
||||
run: go test -tags=test ./... -v
|
||||
- name: Run Tests with Race Detector
|
||||
run: go test -race ./... -v
|
||||
run: go test -tags=test -race ./... -v
|
||||
Reference in New Issue
Block a user