From 7a323bbdce123e5537ee9723b2b574b14970d859 Mon Sep 17 00:00:00 2001 From: Deng Ming Date: Sun, 11 Feb 2024 23:19:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20github=20action=20?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 0f6d589..1e3f5cd 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -31,4 +31,4 @@ jobs: go-version: '1.21.1' - name: Test - run: sudo sh ./script/integrate_test.sh \ No newline at end of file + run: make it \ No newline at end of file