From 1fe7cc891db0301cff5fb6a8d0b265199b033a9b Mon Sep 17 00:00:00 2001 From: dev0 Date: Wed, 20 Sep 2023 23:25:49 +1000 Subject: [PATCH] u --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39c6c5711..da92ff10a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: with: toolchain: stable # - 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 release: