Add additional syntax tests in GHA. (#3078)

Suggested by @sorawee.
This commit is contained in:
Sam Tobin-Hochstadt 2020-03-22 11:34:06 -04:00 committed by GitHub
parent ba59d87ac4
commit b1a415f232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,7 @@ jobs:
raco test -c tests/xml
raco test -l tests/db/all-tests
raco test -c tests/stxparse
raco test -c tests/syntax
buildtest-win:
runs-on: windows-latest

View File

@ -314,6 +314,8 @@ jobs:
run: raco pkg install --auto db-test
- name: Run db tests
run: raco test -l tests/db/all-tests
- name: Run syntax tests
run: raco test -c tests/syntax
test-3m:
strategy: