From 79ad6e5ba4cf7fd624dfa91a1de35d7e60bdda43 Mon Sep 17 00:00:00 2001 From: LoGin Date: Mon, 22 Jul 2024 23:00:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20build-scripts=E5=92=8Ctools=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E4=B8=8B=E7=9A=84make=20check=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E9=93=BE=E7=89=88=E6=9C=AC=20(#861)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-scripts/.gitignore | 1 + build-scripts/Makefile | 2 ++ tools/Makefile | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 build-scripts/.gitignore diff --git a/build-scripts/.gitignore b/build-scripts/.gitignore new file mode 100644 index 00000000..a6f89c2d --- /dev/null +++ b/build-scripts/.gitignore @@ -0,0 +1 @@ +/target/ \ No newline at end of file diff --git a/build-scripts/Makefile b/build-scripts/Makefile index ba60f4b5..d39559ff 100644 --- a/build-scripts/Makefile +++ b/build-scripts/Makefile @@ -4,3 +4,5 @@ fmt: clean: @cargo clean +check: + @cargo +nightly-2023-08-15 check --workspace $(CARGO_ZBUILD) --message-format=json diff --git a/tools/Makefile b/tools/Makefile index 93bb1ab2..7cda36eb 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -6,4 +6,4 @@ clean: @cargo clean check: - @cargo check --all \ No newline at end of file + @cargo +nightly-2023-08-15 check --workspace --message-format=json