mirror of
https://github.com/coder/code-server.git
synced 2026-04-13 11:38:50 -05:00
refactor: add test:native
This adds a new script to run native tests (i.e. --help which should run in ci on all platforms).
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
"test:e2e:proxy": "USE_PROXY=1 ./ci/dev/test-e2e.sh",
|
||||
"test:unit": "./ci/dev/test-unit.sh --forceExit --detectOpenHandles",
|
||||
"test:integration": "./ci/dev/test-integration.sh",
|
||||
"test:native": "./ci/dev/test-native.sh",
|
||||
"test:scripts": "./ci/dev/test-scripts.sh",
|
||||
"package": "./ci/build/build-packages.sh",
|
||||
"postinstall": "./ci/dev/postinstall.sh",
|
||||
|
||||
Reference in New Issue
Block a user