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:
Joe Previte
2022-09-21 11:28:27 -07:00
parent af37f1f62c
commit eae094c0d6
3 changed files with 42 additions and 2 deletions

View File

@@ -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",