mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 14:17:40 +00:00
chore(linux): disable node-based core tests when testing during packaging
This commit is contained in:
parent
2edff0c212
commit
bf99c77b64
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ override_dh_auto_test:
|
|||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
||||
# keymankeyboardprocessor
|
||||
cd core && \
|
||||
./build.sh test:arch
|
||||
./build.sh --no-tests test:arch
|
||||
# ibus-keyman
|
||||
cd linux/ibus-keyman && \
|
||||
./build.sh test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue