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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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