This commit is contained in:
Mark McDowall 2023-12-30 19:12:16 -08:00
parent 28df6f769a
commit 6af1e0afda
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ runs:
shell: bash
run: |
for i in _tests/${{ inputs.pattern }}; do
dotnet test $i --no-build -c Release --filter ${{ inputs.filter }}
dotnet test $i --filter "${{ inputs.filter }}"
done