Skip to content

Commit

Permalink
Add syntax tests for other configurations.
Browse files Browse the repository at this point in the history
racket#3078 adds syntax tests for (x86_linux-)test-cgc;
this commit adds syntax tests for other configurations.
  • Loading branch information
shhyou authored and samth committed Dec 16, 2020
1 parent 4dbe089 commit 196f72d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-push-arm_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
4 changes: 4 additions & 0 deletions .github/workflows/ci-push-x86_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci-push_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
1 change: 1 addition & 0 deletions .github/workflows/ci_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 196f72d

Please sign in to comment.