#!/bin/bash ./run-feature-combinations | while read FEATURES do echo === $FEATURES cargo +1.63 test $FEATURES || exit 1 done