From 9e46fbf55d16c97fafc0f6371ff14f14989bf34d Mon Sep 17 00:00:00 2001 From: Waket Zheng Date: Thu, 6 Jun 2024 18:20:57 +0800 Subject: [PATCH] rollback ci command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ff10279..9e97a17 100644 --- a/Makefile +++ b/Makefile @@ -44,4 +44,4 @@ testall: deps _test_all build: deps @poetry build -ci: deps _check _testall +ci: check _testall