Skip to content

Commit

Permalink
check unit tests (#19)
Browse files Browse the repository at this point in the history
* check unit tests

* add matchers unit tests

* add matchers unit tests

---------

Co-authored-by: suetin <[email protected]>
Co-authored-by: teem0n <[email protected]>
  • Loading branch information
3 people authored Jun 27, 2023
1 parent cf604f4 commit 6cb2e91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ lint:

unittests:
go test ./cmd/... ./internal/...
go test ./cmd/... ./tests/testutil/matchers/

base_img:
docker build --tag=mysync-test-base tests/images/base --build-arg MYSQL_VERSION=5.7
Expand Down Expand Up @@ -54,3 +55,4 @@ clean:
docker network ls | grep mysync | awk '{print $$1}' | xargs docker network rm || true
docker image ls | grep mysync | awk '{print $$3}' | xargs docker image rm --force || true
rm -rf ./tests/logs

0 comments on commit 6cb2e91

Please sign in to comment.