Archived
1
0

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

@ -581,8 +581,8 @@ jobs:
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: SKIP_SUBMODULE_DEPS=1 yarn install
- name: Run integration tests on standalone release
run: yarn test:integration
- name: Run native module tests on standalone release
run: yarn test:native
- name: Build packages with nfpm
run: yarn package