build(netgo): make sure the project is always compiled with netgo build tag (#3428)

* build(netgo): make sure the project is always compiled with `netgo` build tag

* docs(netgo): better comments
This commit is contained in:
Deluan Quintão 2024-10-26 13:28:23 -04:00 committed by GitHub
parent 15b2dc6b48
commit 69e2a6d620
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 30 additions and 3 deletions

View file

@ -102,7 +102,7 @@ jobs:
- name: Test
run: |
pkg-config --define-prefix --cflags --libs taglib # for debugging
go test -shuffle=on -race -cover ./... -v
go test -shuffle=on -tags netgo -race -cover ./... -v
js:
name: Test JS code