Actually test `futures` builds
authorElias Rohrer <ero@tnull.de>
Tue, 18 Apr 2023 14:27:02 +0000 (16:27 +0200)
committerElias Rohrer <ero@tnull.de>
Wed, 19 Apr 2023 08:25:04 +0000 (10:25 +0200)
commit36bf817ec70ff9f5ea3ba0317555a97f206a038f
treeb50df2b13c31a9eeeff8b599a27db69e07d2ebfd
parent0d59417473747c7ffc184c310ef4146f525ee91c
Actually test `futures` builds

Currently the BP `futures` tests rely on `std`. In order to actually
have them run, we should enable `std`, i.e., remove
`--no-default-features`.
ci/ci-tests.sh