From bff120c85c7e1d304ccc7683dc671a160fdf65be Mon Sep 17 00:00:00 2001 From: Andrew Whitehead Date: Fri, 15 Sep 2023 13:53:28 -0700 Subject: [PATCH] remove test from workflow Signed-off-by: Andrew Whitehead --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dcf8622..9b3c773 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -91,9 +91,6 @@ jobs: - name: Debug build run: cargo build --all-targets --features vendored - - name: Test indy-utils - run: cargo test --manifest-path indy-utils/Cargo.toml - # - name: Test indy-data-types (CL) # run: cargo test --manifest-path indy-data-types/Cargo.toml --features cl