Skip to content

Commit

Permalink
check no-default-features
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Sep 14, 2023
1 parent a7b370b commit b36b54b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b36b54b

Please sign in to comment.