Skip to content

Commit

Permalink
Clean up docker dir
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Borovcanin <[email protected]>
  • Loading branch information
dborovcanin committed Jul 12, 2024
1 parent 516f93f commit a426eb5
Show file tree
Hide file tree
Showing 27 changed files with 117 additions and 1,880 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1
args: --config ./tools/config/.golangci.yml

- name: Build all Binaries
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ install:
mocks:
@which mockery > /dev/null || go install github.com/vektra/mockery/v2@$(MOCKERY_VERSION)
@unset MOCKERY_VERSION && go generate ./...

mockery --config ./tools/config/mockery.yaml

DIRS = consumers readers opcua twins lora
test: mocks
Expand Down
Loading

0 comments on commit a426eb5

Please sign in to comment.