Skip to content

Commit

Permalink
Testing: Add smtpd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
axllent committed Dec 12, 2024
1 parent 0fbb946 commit e78bc79
Show file tree
Hide file tree
Showing 2 changed files with 1,580 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit e78bc79

Please sign in to comment.