remove duplicate --filter

cmake-exportbuild
mvenditto 1 year ago committed by AT
parent ce7e02388d
commit e554405aef

@ -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: |

Loading…
Cancel
Save