From b36b54b3128a25c14e7cdc19fe618147013c7025 Mon Sep 17 00:00:00 2001 From: Andrew Whitehead Date: Thu, 14 Sep 2023 12:44:58 -0700 Subject: [PATCH] check no-default-features Signed-off-by: Andrew Whitehead --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f34c63d..dcf8622 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,6 +56,9 @@ jobs: - name: Cargo check run: cargo check --workspace --features vendored + - name: Cargo check no default features + run: cargo check --package indy-data-types --no-default-features + - if: ${{ runner.os == 'Linux' }} name: Pre-install cross run: |