From 9a109372f2d5ab64ead3b4b962619e67c4dbcbd8 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Wed, 24 Sep 2025 21:27:42 -0700 Subject: [PATCH] test: add tests back --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 47cec1f..6aedc2b 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,7 @@ prepare-test: test: ./scripts/prepare_test_repos.sh $(TMP_DIR) - # no students.csv & clang-tidy-18 locally - rm -rf $(TMP_DIR)/submodules/JOJ3-examples/examples/healthcheck + # no clang-tidy-18 locally rm -rf $(TMP_DIR)/submodules/JOJ3-examples/examples/keyword/clangtidy go test -count=1 -v ./...