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 1fe7cc8 commit 9e2bbf8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,15 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-go@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
# https://github.com/bazelbuild/rules_rust/issues/1966
# maybe we should not use bazel anymore
# - run: CARGO_BAZEL_ISOLATED=0 CARGO_BAZEL_REPIN=true bazelisk test --test_output=all //clash_lib/... //clash/...
# https://github.com/bazelbuild/rules_rust/issues/1966
- run: cargo test --all --all-features
- uses: Swatinem/rust-cache@v2
- run: cargo test --all --all-feature

release:
name: Create Github Release
Expand Down

0 comments on commit 9e2bbf8

Please sign in to comment.