From 950f995ac60b6e2a5fdaee7909282d5c4ce51db9 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 28 Jan 2022 18:37:06 +0000 Subject: [PATCH] Remove --all-features build --- scripts/test.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/test.bash b/scripts/test.bash index f85e248..da9e282 100644 --- a/scripts/test.bash +++ b/scripts/test.bash @@ -12,5 +12,4 @@ TARGET_TRIPLE=$2 required_arg $CROSS 'CROSS' required_arg $TARGET_TRIPLE '' -$CROSS test --target $TARGET_TRIPLE -$CROSS test --target $TARGET_TRIPLE --all-features +$CROSS test --target $TARGET_TRIPLE \ No newline at end of file