mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 00:54:23 +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"
|
go-version: "1.23"
|
||||||
cache: true
|
cache: true
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: go test ./... -v
|
run: go test -tags=test ./... -v
|
||||||
- name: Run Tests with Race Detector
|
- 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