From e1ee20638d3463102aba48f92c22e294ca0e7d57 Mon Sep 17 00:00:00 2001 From: Longwei Lai <964855959@qq.com> Date: Wed, 1 Jan 2025 21:04:20 +0800 Subject: [PATCH] Update linux-build.yml --- .github/workflows/linux-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 87fc3386..80fa2634 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -45,7 +45,7 @@ jobs: make core_lib config=debug64 -j4 make core_lib config=release64 -j4 - - name: Compile test code + - name: Compile testsuite run: | make test config=debug64 -j4 make test config=release64 -j4