Skip to content

Commit f1a1997

Browse files
committed
test: reduce unimportant feature combinations
Test time reduces from 1m15s to 29.75s Disk usage reduces from 18.5GB to 7.5GB
1 parent c745e05 commit f1a1997

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

test.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ unit "$@"
7676
unit --no-default-features "$@"
7777
unit --all-features "$@"
7878
unit --features cli "$@"
79-
unit --features cli-completions "$@"
80-
unit --features man-page "$@"
81-
unit --features usage-md "$@"
82-
unit --features ai-instructions "$@"
8379

8480
if [[ -f "$failure_marker" ]]; then
8581
echo >&2

0 commit comments

Comments
 (0)