Skip to content

Commit

Permalink
fix Makefile after PR#803 - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atercattus committed Jan 25, 2024
1 parent 2b53774 commit b1d7cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test-local:
-v $${PWD}/docker/resources/replication.cnf:/etc/mysql/conf.d/replication.cnf \
mysql:$(MYSQL_VERSION)
docker/resources/waitfor.sh 127.0.0.1 3306 \
&& go test -race -v -timeout 2m ./client/...
&& go test -race -v -timeout 2m ./...
docker stop go-mysql-server

fmt:
Expand Down

0 comments on commit b1d7cd8

Please sign in to comment.