build(ci): remove condition on tests
[poolifier.git] / .github / workflows / ci.yml
index 5b26bbf727158a17e5b6014af2449717b89aa556..3419c5719e142d55a15ef939083623bd3cc4fa26 100644 (file)
@@ -51,7 +51,6 @@ jobs:
         run: pnpm lint
 
       - name: Tests
-        if: ${{ matrix.os != 'windows-latest' || (matrix.node != '16.x' && matrix.node != '18.x') }}
         run: pnpm test
 
       - name: Coverage Report