diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-24 10:15:52 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-24 10:15:52 +0300 |
| commit | dde64be2724fd4e407315627943dd8dd37e5adf0 (patch) | |
| tree | de156e606819eaae4701ec71fe0e551e6b844313 /Taskfile.yml | |
| parent | bdcf87d33d73ad6b75c954e9b667ac084075746d (diff) | |
fix fuzz test
Diffstat (limited to 'Taskfile.yml')
| -rw-r--r-- | Taskfile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Taskfile.yml b/Taskfile.yml index 2282f02..5de7842 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -15,7 +15,7 @@ tasks: cmds: - go build -o gos cmd/gos/main.go dev: - deps: ["test", "fuzz", "vet", "lint"] + deps: ["test", "vet", "lint"] cmds: - go build -race -o gos cmd/gos/main.go test: |
