Fatorin commented on code in PR #7238:
URL: https://github.com/apache/opendal/pull/7238#discussion_r2900035239


##########
.github/workflows/ci_bindings_dotnet.yml:
##########
@@ -91,4 +91,4 @@ jobs:
         working-directory: "bindings/dotnet"
         run: |
           cargo build
-          dotnet test -f ${{ matrix.dotnet-version == '8.0.x' && 'net8.0' || 
'net10.0' }}
+          dotnet test --filter "FullyQualifiedName!~Behavior" -f ${{ 
matrix.dotnet-version == '8.0.x' && 'net8.0' || 'net10.0' }}

Review Comment:
   FullyQualifiedName~Behavior is for Test Binding Dotnet. 
[test_behavior_binding_dotnet/action.yaml]
   
   FullyQualifiedName!~Behavior is for Bindings Dotnet CI. 
[ci_bindings_dotnet.yml]
   
   one for behavior/integration coverage, and one for normal CI coverage.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to