Add syntax tests for other configurations.

racket#3078 adds syntax tests for (x86_linux-)test-cgc;
this commit adds syntax tests for other configurations.
This commit is contained in:
shhyou 2020-12-15 13:59:11 -06:00 committed by Sam Tobin-Hochstadt
parent 4dbe089615
commit 196f72d756
4 changed files with 15 additions and 0 deletions

View File

@ -273,6 +273,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-cs:
container:
@ -343,3 +345,5 @@ 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

View File

@ -345,6 +345,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-cs:
runs-on: ubuntu-18.04
@ -409,6 +411,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
slack:
runs-on: ubuntu-latest
needs: [test-cgc, test-3m, test-cs]

View File

@ -239,6 +239,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:
@ -304,6 +306,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-cs:
runs-on: macos-latest
@ -364,3 +368,5 @@ 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

View File

@ -65,3 +65,4 @@ jobs:
call racket\raco.exe test -c tests/future
call racket\raco.exe test -l tests/db/all-tests
racket\raco.exe test -c tests/stxparse
call racket\raco.exe test -c tests/syntax