Skip to content

Commit

Permalink
fix Makefile after PR#803
Browse files Browse the repository at this point in the history
  • Loading branch information
atercattus committed Jan 22, 2024
1 parent 1473377 commit 8a62053
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 ./... -gocheck.v
&& go test -race -v -timeout 2m ./client/...
docker stop go-mysql-server

fmt:
Expand Down

0 comments on commit 8a62053

Please sign in to comment.