Skip to content

Commit 47f0101

Browse files
committed
Add futures CI check
1 parent ad70182 commit 47f0101

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ jobs:
296296
run: |
297297
cargo check --release
298298
cargo check --no-default-features --features=no-std --release
299+
cargo check --no-default-features --features=futures --release
299300
cargo doc --release
300301
301302
fuzz:

0 commit comments

Comments
 (0)