diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12b4ca81..02938265 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,7 @@ jobs: strategy: matrix: node: [12, 14] + fail-fast: false steps: - uses: actions/checkout@v2 @@ -24,3 +25,4 @@ jobs: - run: npm ci - run: npm run build + - run: npm run start -- --help