diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f1c531e36a..0dc58b2e37 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -43,4 +43,4 @@ jobs: fi - name: Run tests - run: CGO_ENABLED=1 go test -v ./... + run: CGO_ENABLED=1 go test -v -tags with_clash_api,with_conntrack ./...