From 8362e81c76b046daa3ed433bada25ec303913fe9 Mon Sep 17 00:00:00 2001 From: sjfhsjfh Date: Mon, 3 Feb 2025 22:58:25 +0800 Subject: [PATCH] ci: skip test_parse_chart --- .github/workflows/cargo_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cargo_test.yml b/.github/workflows/cargo_test.yml index be91ab9a..d374fff1 100644 --- a/.github/workflows/cargo_test.yml +++ b/.github/workflows/cargo_test.yml @@ -33,4 +33,4 @@ jobs: - name: Run tests run: | - cargo test -p phira --no-default-features + cargo test -p phira --no-default-features -- --skip test_parse_chart