Modify error API and add Listener tests (#36)
* Modify error API to not include exception, but to test on type * reformat * address renames and documentations from the review * test is errors * document
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: Check diff
|
||||
run: git diff --exit-code
|
||||
|
||||
generate:
|
||||
mocks:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
@@ -37,8 +37,8 @@ jobs:
|
||||
with:
|
||||
go-version-file: "go.mod"
|
||||
cache: false
|
||||
- name: go generate
|
||||
run: go generate ./...
|
||||
- name: "Run mockery"
|
||||
run: go tool github.com/vektra/mockery/v3
|
||||
- name: Check diff
|
||||
run: git diff --exit-code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user