Tests
This commit is contained in:
parent
28df6f769a
commit
6af1e0afda
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue