Chore: Move html2text module to internal/html2text

This commit is contained in:
Ralph Slooten
2023-10-18 16:28:57 +13:00
parent 80bf374d8a
commit 30c392bcec
5 changed files with 4 additions and 4 deletions

View File

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