Skip to content

Commit

Permalink
🔧 chore(actions.yml): remove unused go generate and go install commands
Browse files Browse the repository at this point in the history
🔧 chore(.gitignore): remove mocks directory from gitignore
🔧 chore(mockEvents.go): add mock implementation for ListenTrades method
🔧 chore(mockService.go): add mock implementation for RetrieveTrades method
  • Loading branch information
andskur committed Aug 28, 2023
1 parent b807879 commit d654fab
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
uses: actions/setup-go@v2
- run: |
go version
go install -mod=mod github.com/golang/mock/mockgen
go generate ./...
go clean -modcache
go mod tidy
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.env
.idea
mocks
coverage.out

local/
50 changes: 50 additions & 0 deletions mocks/events/mockEvents.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions mocks/service/mockService.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d654fab

Please sign in to comment.