reenable all targets

This commit is contained in:
Eric Vergnaud 2021-02-13 19:41:41 +08:00
parent ce3700f3a0
commit bb7e8bae42
1 changed files with 7 additions and 8 deletions

View File

@ -53,15 +53,14 @@ jobs:
workflows: workflows:
build: build:
jobs: jobs:
# - test_tool_and_runtime_java - test_tool_and_runtime_java
- test_runtime:
matrix:
parameters:
target: [ dart, go, python2, python3, javascript, php ]
- test_runtime: - test_runtime:
matrix: matrix:
parameters: parameters:
# target: [ dart, go, python2, python3, javascript, php ]
target: [ php ]
# - test_runtime:
# matrix:
# parameters:
# target: [ cpp, dotnet, swift ] # target: [ cpp, dotnet, swift ]
# target: [ cpp, dotnet ] target: [ cpp, dotnet ]
# test-group: [ LEXER, PARSER, RECURSION ] test-group: [ LEXER, PARSER, RECURSION ]