run test-exhaustive

This commit is contained in:
Kevin Jahns
2020-04-03 12:11:25 +02:00
committed by GitHub
parent e61089c659
commit 3ef51a5d1a

View File

@@ -26,6 +26,6 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
- run: npm ci - run: npm ci
- run: npm run lint - run: npm run lint
- run: npm test-extensive - run: npm run test-extensive
env: env:
CI: true CI: true