Skip to content

Commit df6ea28

Browse files
committed
f Update CI to still check --release --no-default-features
1 parent b0a5fd2 commit df6ea28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,10 @@ jobs:
199199
- name: Run cargo check for Taproot build.
200200
run: |
201201
cargo check --release
202+
cargo check --no-default-features --release
202203
cargo check --no-default-features --features=futures,std --release
203204
cargo doc --release
205+
cargo doc --no-default-features --release
204206
env:
205207
RUSTFLAGS: '--cfg=taproot'
206208
RUSTDOCFLAGS: '--cfg=taproot'

0 commit comments

Comments
 (0)