#!/usr/bin/env pwsh

./feature-combination-tests.ps1 -Check -Test
if (! $?) {
    exit 1
}
