We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893d404 commit 389b5b6Copy full SHA for 389b5b6
1 file changed
.github/workflows/main.yml
@@ -29,7 +29,5 @@ jobs:
29
- name: Test
30
shell: bash
31
run: |
32
- # dotnet test ./tests/Sdcb.PaddleOCR.Tests/Sdcb.PaddleOCR.Tests.csproj -c Debug --no-build --verbosity normal -p:Optimize=true
33
- # dotnet test ./tests/Sdcb.PaddleInference.Tests/Sdcb.PaddleInference.Tests.csproj -c Debug --no-build --verbosity normal -p:Optimize=true
34
dotnet test -c Debug --no-build --verbosity normal -p:Optimize=true
35
# dotnet test ./tests/Sdcb.PaddleOCR.Tests/Sdcb.PaddleOCR.Tests.csproj -c Debug --no-build --verbosity normal --filter 'FullyQualifiedName~OnlineModelsTest'
0 commit comments