Skip to content

Commit 7b2c59a

Browse files
committed
try OfflineModelsTest only
1 parent 89e38aa commit 7b2c59a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66
- feature/linux
77
paths:
8-
- src/**/*
8+
- src/**
99
- .github/workflows/main.yml
1010
workflow_dispatch:
1111

@@ -36,4 +36,4 @@ jobs:
3636
# dotnet test ./tests/Sdcb.PaddleOCR.Tests/Sdcb.PaddleOCR.Tests.csproj -c Debug --no-build --verbosity normal -p:Optimize=true
3737
# fi
3838
export GLOG_v=3
39-
dotnet test ./tests/Sdcb.PaddleOCR.Tests/Sdcb.PaddleOCR.Tests.csproj -c Debug --no-build --verbosity normal
39+
dotnet test ./tests/Sdcb.PaddleOCR.Tests/Sdcb.PaddleOCR.Tests.csproj -c Debug --no-build --verbosity normal --filter 'FullyQualifiedName~OnlineModelsTest'

0 commit comments

Comments
 (0)