Tests: Add tests for ArgsParser & CleanTag

This commit is contained in:
Ralph Slooten
2023-09-25 16:07:11 +13:00
parent 7ed522e596
commit 3c744edd20
4 changed files with 50 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
name: Tests
on:
pull_request:
branches: [ develop ]
branches: [ develop, 'feature/**' ]
push:
branches: [ develop, 'feature/**' ]
jobs:
@@ -24,7 +24,7 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- run: go test ./storage ./server -v
- run: go test ./storage ./server ./utils/tools -v
- run: go test ./storage -bench=.
# build the assets