From 9b7c975d73674e804668aa65a2053a0061180198 Mon Sep 17 00:00:00 2001 From: Christoph Settgast Date: Sun, 21 Apr 2024 17:51:59 +0200 Subject: [PATCH] fixup --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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