feat: add drop key functionality #6
2
Makefile
2
Makefile
@@ -14,7 +14,7 @@ test-unit: ## Run unit tests with coverage
|
|||||||
go test ./... -cover -v
|
go test ./... -cover -v
|
||||||
|
|
||||||
test-mutation: ## Run mutation tests with gremlins
|
test-mutation: ## Run mutation tests with gremlins
|
||||||
gremlins unleash
|
gremlins unleash --threshold 1.0
|
||||||
|
|
||||||
FUZZ_TIME ?= 30
|
FUZZ_TIME ?= 30
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user