Test/add mock tests (#24)

* add scrape unit test using httpmock lib
This commit is contained in:
T.v.Dein
2023-12-29 13:47:18 +01:00
committed by Thomas von Dein
parent c4e88d98f2
commit f893f9c3d7
9 changed files with 279 additions and 2 deletions

View File

@@ -21,6 +21,9 @@ jobs:
- name: build
run: go build
- name: test
run: make test
golangci:
name: lint
runs-on: ubuntu-latest