From d0464b642ec619f978375337fc3ca0ba6b7cb3da Mon Sep 17 00:00:00 2001 From: rask24 Date: Wed, 14 Feb 2024 19:55:50 +0900 Subject: [PATCH] fix ci name --- .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 ec861b3..4fbbed6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Build checker run: make bonus unit_test: - name: test + name: unit_test runs-on: macos-12 steps: - name: Checkout repository