Update sw.yml

This commit is contained in:
Egor Pugin 2021-01-03 16:58:35 +03:00 committed by GitHub
parent ab68856fd5
commit 139b11272f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ jobs:
run: git clone https://github.com/egorpugin/tessdata tessdata_unittest
- name: test
run: ./sw -static -shared -config d,r test -Dwith-tests=1 -Dskip-tests=lstm,lstm_recode
run: ./sw -static -shared -config "d,r" test -Dwith-tests=1 "-Dskip-tests=lstm,lstm_recode"
- name: Upload Unit Test Results
if: always()