From 228337bcbe2af59743ce5db7e542fca3697b8bad Mon Sep 17 00:00:00 2001 From: myeunee Date: Wed, 13 Nov 2024 03:14:49 +0900 Subject: [PATCH] =?UTF-8?q?[1113]=20test=20=EA=B2=BD=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95:=20k0kubun->sqldef?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c3d1b7d..c4c4086 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: go-version: '>=1.18' - uses: actions/checkout@v3 - run: | - go install github.com/k0kubun/sqldef/cmd/mysqldef@latest + go install github.com/sqldef/sqldef/cmd/mysqldef@latest mysqldef -u todo -p todo -h 127.0.0.1 -P 3306 todo < ./_tools/mysql/schema.sql - run: cd ${{ github.workspace }}/chapter18/section72 && go test ./... -coverprofile=coverage.out - name: report coverage