From fdcc529a489ba63fd44dc93cb9537a7ac2d8ddf4 Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Thu, 28 Mar 2024 15:06:37 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4713e7..f316d6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: sdk: ${{ matrix.sdk }} - name: Test and generate coverage report - run: make tests_default + run: make tests - name: Upload coverage to Coveralls if: matrix.os == 'ubuntu-latest' && matrix.sdk == '3.3'