test: add tests back
All checks were successful
submodules sync / sync (push) Successful in 46s
build / build (push) Successful in 2m20s
build / trigger-build-image (push) Successful in 15s

This commit is contained in:
张泊明518370910136 2025-09-24 21:27:42 -07:00
parent 9f1a097cfa
commit 9a109372f2
GPG Key ID: D47306D7062CDA9D

View File

@ -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 ./...