Chore: Update internal/storage import paths

This commit is contained in:
Ralph Slooten
2023-09-25 19:25:45 +13:00
parent 009a7deaa1
commit 737cff5a96
11 changed files with 16 additions and 16 deletions

View File

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