From d8587de86c87e2613dab4f0181136ed0738eac2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:15:38 +0900 Subject: [PATCH] chore(ci): make lint happy --- .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 5edd99e..b81fc5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,4 +21,4 @@ jobs: cd build cmake -DBUILD=test .. make - make test || make test --rerun-failed --output-on-failure + make test || ctest --rerun-failed --output-on-failure