Tests: Add html2text tests

This commit is contained in:
Ralph Slooten
2023-10-14 22:28:52 +13:00
parent a9fe0d8e58
commit e9d44c55a1
2 changed files with 57 additions and 1 deletions

View File

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