remove duplicate --filter

This commit is contained in:
mvenditto 2023-06-15 20:35:52 +01:00 committed by AT
parent ce7e02388d
commit e554405aef

View File

@ -342,7 +342,7 @@ jobs:
name: "Run C# Tests"
command: |
cd gpt4all-bindings/csharp
dotnet test . --filter --filter SKIP_ON_CI=False
dotnet test . --filter SKIP_ON_CI=False
- run:
name: Build C# Project
command: |