summaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-10-24 10:25:00 +0300
committerPaul Buetow <paul@buetow.org>2024-10-24 10:25:00 +0300
commit9a68ca0461bdf6d093213a218fbf255678018a16 (patch)
treefb955dbeffd8d028c50652131ec9090982d9338b /Taskfile.yml
parentdde64be2724fd4e407315627943dd8dd37e5adf0 (diff)
move extract URLs to types.Entry
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml2
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 ./...