From f26dcdc322e0c2f9ea991a02a68c22c184e2bd79 Mon Sep 17 00:00:00 2001
From: Yuwei Ba <dev@watfaq.com>
Date: Wed, 20 Sep 2023 23:37:17 +1000
Subject: [PATCH] Update ci.yml

Signed-off-by: Yuwei Ba <dev@watfaq.com>
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b5b5eb320..61a59016b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,4 +1,4 @@
-name: Run Build and Test
+name: Build/Test/Release
 
 on:
   push:
@@ -28,7 +28,7 @@ jobs:
 #    maybe we should not use bazel anymore
 #    - run: CARGO_BAZEL_ISOLATED=0 CARGO_BAZEL_REPIN=true bazelisk test --test_output=all //clash_lib/... //clash/...
     - uses: Swatinem/rust-cache@v2
-    - run: cargo test --all --all-feature
+    - run: cargo test --all --all-features
 
   release:
     name: Create Github Release