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

fix: -checklinkname=0

This commit is contained in:
源文雨
2025-02-01 10:03:10 +08:00
parent e6298d3459
commit 82937b9b10
2 changed files with 12 additions and 12 deletions

View File

@@ -23,10 +23,10 @@ jobs:
run: sed -i 's/false/true/g' config/global.go
- name: Build
run: go build -v ./...
run: go build -checklinkname=0 -v ./...
- name: Test
run: sudo go test $(go list ./...) # ip test needs sudo
run: sudo go test -checklinkname=0 $(go list ./...) # ip test needs sudo
lint:
name: Lint