From 275ec78ad002a40b37226b8da871e8301de0ee24 Mon Sep 17 00:00:00 2001 From: Minghe Huang Date: Fri, 10 Apr 2020 19:34:24 +0800 Subject: [PATCH] disable rust --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c25bd72d..0edefc75 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ cli-test-ci: ./scripts/test_cli.sh 'js' cli-test: - ./scripts/test_cli.sh 'js rb py go java d rs pl' + ./scripts/test_cli.sh 'js rb py go java d pl' http-test: ./scripts/http_test.sh