1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-06 08:20:25 +08:00

fix(ci): no test files

This commit is contained in:
源文雨
2024-08-03 17:00:51 +08:00
parent cf2daf9a3e
commit ea768f88f9

View File

@@ -23,7 +23,7 @@ jobs:
run: go build -v ./...
- name: Test
run: sudo go test -X github.com/fumiama/WireGold/config.ShowDebugLog=true $(go list ./...) # ip test needs sudo
run: sudo go test -ldflags "-X github.com/fumiama/WireGold/config.ShowDebugLog=true" $(go list ./...) # ip test needs sudo
lint:
name: Lint