From 77c06f062a5faea8937be4a3b021e6e0cdf73716 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Wed, 15 Mar 2023 04:18:36 +0000 Subject: [PATCH] CI: Don't run doc tests --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0debb600a..594fc57a12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: submodules: 'true' - uses: ./.github/actions/install_toolchain - name: Run cargo tests - run: cargo test -vv --workspace --exclude node-executor --exclude phala-node + run: cargo test --tests -vv --workspace --exclude node-executor --exclude phala-node cargo-clippy: name: Run cargo clippy