Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
We must not test with `--all-features` on stable.
  • Loading branch information
Kixunil committed Dec 8, 2023
1 parent 287e579 commit 215785f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
args: --features=postgres-types,node_pubkey_verify,node_pubkey_recovery,secp256k1_std,serde_alloc,slog_std,bitcoin_std,parse_arg
- name: test-default-features
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 215785f

Please sign in to comment.