1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-08-15 20:13:16 +02:00

Testing: Add smtpd tests

This commit is contained in:
Ralph Slooten
2024-12-13 06:25:19 +13:00
parent 0fbb9463d4
commit e78bc79f5e
2 changed files with 1580 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- run: go test -p 1 ./internal/storage ./server ./server/pop3 ./internal/tools ./internal/html2text ./internal/linkcheck -v
- run: go test -p 1 ./internal/storage ./server ./server/smtpd ./server/pop3 ./internal/tools ./internal/html2text ./internal/linkcheck -v
- run: go test -p 1 ./internal/storage ./internal/html2text -bench=.
# build the assets

1579
server/smtpd/smtpd_test.go Normal file

File diff suppressed because it is too large Load Diff