Testing: Add API tests

This commit is contained in:
Ralph Slooten
2022-10-07 19:48:50 +13:00
parent df758d063a
commit d8c6364622
2 changed files with 306 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 ./storage -v
- run: go test ./storage ./server -v
- run: go test ./storage -bench=.
# build the assets