Update tests.yml

This commit is contained in:
Christian Clauss 2024-04-06 00:03:30 +02:00 committed by GitHub
parent 9fd7936f0d
commit 7647a78bd7
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
# npm test # Why is this running Windows tests on macOS?!?
tests:
# lint-python takes ~5 seconds, so wait for it to pass before running the full matrix of tests.