This commit is contained in:
Christian Clauss 2024-04-06 00:16:38 +02:00 committed by GitHub
parent 7647a78bd7
commit e1304e870b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ jobs:
FULL_TEST: '1'
run: |
npm install
# npm test # Why is this running Windows tests on macOS?!?
npm test
tests:
# lint-python takes ~5 seconds, so wait for it to pass before running the full matrix of tests.