Chore: Replace lithammer/shortuuid with custom shortuuid implementation and update tests

This commit is contained in:
Ralph Slooten
2026-05-05 17:09:55 +12:00
parent 86b0cf8557
commit 878c68bb49
9 changed files with 111 additions and 9 deletions

View File

@@ -31,7 +31,7 @@ jobs:
# https://olegk.dev/github-actions-and-go
run: gofmt -s -w . && git diff --exit-code
- name: Run Go tests
run: go test -p 1 ./internal/storage ./server ./internal/smtpd ./internal/pop3 ./internal/tools ./internal/html2text ./internal/htmlcheck ./internal/linkcheck -v
run: go test -p 1 ./internal/storage ./server ./internal/smtpd ./internal/pop3 ./internal/tools ./internal/html2text ./internal/htmlcheck ./internal/linkcheck ./internal/shortuuid -v
- name: Run Go benchmarking
run: go test -p 1 ./internal/storage ./internal/html2text -bench=.