mirror of
https://github.com/axllent/mailpit.git
synced 2025-02-01 13:08:02 +02:00
Enable POP3 integration tests
This commit is contained in:
parent
f7f200c6fe
commit
7a55e4d0e2
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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 ./internal/tools ./internal/html2text -v
|
||||
- run: go test -p 1 ./internal/storage ./server ./server/pop3 ./internal/tools ./internal/html2text -v
|
||||
- run: go test -p 1 ./internal/storage ./internal/html2text -bench=.
|
||||
|
||||
# build the assets
|
||||
|
Loading…
x
Reference in New Issue
Block a user