diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .PHONY: all install all: - go test -race -failfast ./... + CGO_ENABLED=1 go test -race -failfast ./... install: go install ./cmd/gotp |
![]() |
index : gotp | |
| CLI to manage Time-based OTP. | Shulhan |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 2 |
@@ -1,7 +1,7 @@ .PHONY: all install all: - go test -race -failfast ./... + CGO_ENABLED=1 go test -race -failfast ./... install: go install ./cmd/gotp |