Skip to content

Commit

Permalink
ci: fix build-test job with --no-default-features, add miniscript/no-std
Browse files Browse the repository at this point in the history
Until rust-miniscript removes the no-std feature we need to enable it
when --no-default-features is used to build bdk_wallet or the
whole workspace. See also the check-no-std job which does the same plus
enables the bdk_chain/hashbrown feature which is also needed to build
bdk_wallet with --no-default-features but is already enabled when
building the whole workspace.
  • Loading branch information
notmandatory committed Oct 1, 2024
1 parent 139d971 commit 0e80824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
clippy: true
- version: 1.63.0 # MSRV
features:
- --no-default-features
- --no-default-features --features miniscript/no-std
- --all-features
steps:
- name: checkout
Expand Down

0 comments on commit 0e80824

Please sign in to comment.