Skip to content

Commit

Permalink
f Update CI to still check --release --no-default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Sep 17, 2024
1 parent c44cfb3 commit dea32f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,10 @@ jobs:
- name: Run cargo check for Taproot build.
run: |
cargo check --release
cargo check --no-default-features --release
cargo check --no-default-features --features=futures,std --release
cargo doc --release
cargo doc --no-default-features --release
env:
RUSTFLAGS: '--cfg=taproot'
RUSTDOCFLAGS: '--cfg=taproot'
Expand Down

0 comments on commit dea32f6

Please sign in to comment.