diff options
| author | Paul Buetow <paul@buetow.org> | 2024-10-24 10:25:00 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-10-24 10:25:00 +0300 |
| commit | 9a68ca0461bdf6d093213a218fbf255678018a16 (patch) | |
| tree | fb955dbeffd8d028c50652131ec9090982d9338b /Taskfile.yml | |
| parent | dde64be2724fd4e407315627943dd8dd37e5adf0 (diff) | |
move extract URLs to types.Entry
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 5de7842..db64119 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -25,7 +25,7 @@ tasks: fuzz: cmds: - go clean -testcache - - go test ./internal/platforms/linkedin/ -fuzz=FuzzLinkedInURLExtract -fuzztime=10s + - go test ./internal/entry/ -fuzz=FuzzExtractURLs -fuzztime=10s vet: cmds: - go vet ./... |
