Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Yuwei Ba <[email protected]>
  • Loading branch information
ibigbug authored Sep 20, 2023
1 parent 9e2bbf8 commit f26dcdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Build and Test
name: Build/Test/Release

on:
push:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f26dcdc

Please sign in to comment.