Temporarily disable tests on Windows because they get stuck forever in the first test

This commit is contained in:
Martin Endler
2020-02-23 20:16:28 +01:00
parent 7cb0991354
commit fc540b5f5c

View File

@@ -23,3 +23,5 @@ jobs:
run: npm install --verbose
- name: Run tests
run: npm test
# TODO: enable once tests do not get stuck on Windows
if: matrix.os != 'windows-latest'