diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ all: go run ./internal/cmd/trunks build - go test -v -race ./... + CGO_ENABLED=1 go test -v -race ./... dev: go run ./internal/cmd/trunks |
![]() |
index : gorankusu | |
| The Go library for load testing HTTP and WebSocket endpoints. | Shulhan |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 2 |
@@ -6,7 +6,7 @@ all: go run ./internal/cmd/trunks build - go test -v -race ./... + CGO_ENABLED=1 go test -v -race ./... dev: go run ./internal/cmd/trunks |