Skip to content

Commit e5102f4

Browse files
committed
ci: Build and test with all features
We test various combinations of features in the feature matrix but somehow we forgot to build and test with `--all-features`. We do lint with all features so this is not a massive fail but its a fail none the less. Discovered by Andrew's CI while reviewing recent changes to `corepc`.
1 parent f59bcc8 commit e5102f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/run_task.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ do_feature_matrix() {
184184
$cargo test --no-default-features
185185
fi
186186

187+
$cargo build --all-features
188+
$cargo test --all-features
189+
187190
if [ -n "${FEATURES_WITH_STD}" ]; then
188191
loop_features "std" "${FEATURES_WITH_STD}"
189192
fi

0 commit comments

Comments
 (0)