diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa28394f..98cba2cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: architecture: ${{ matrix.arch }} - run: npm ci - run: npm run lint - - run: npm run test + - run: TESTING=true npx mocha shell: bash - name: Prebuildify run: npm run prebuild-$BUILD_GROUP