mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-10 06:38:04 -05:00
fixes mock generation and attempts to fix TestDaemon_PersistOffers (#303)
* fixes mock generation * ensures mock generation is working in CI for future PRs * attempts to fix TestDaemon_PersistOffers failures deleting its temporary data directory * updates some library dependencies
This commit is contained in:
11
.github/workflows/checks.yml
vendored
11
.github/workflows/checks.yml
vendored
@@ -30,6 +30,17 @@ jobs:
|
||||
- name: Run linters
|
||||
run: make lint
|
||||
|
||||
mockgen-check:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.19.x'
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Generate mocks and verify no changes
|
||||
run: make mock && diff -u <(echo -n) <(git status --short --untracked-files=no)
|
||||
|
||||
vet-check:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user