reenable all targets
This commit is contained in:
parent
ce3700f3a0
commit
bb7e8bae42
|
@ -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 ]
|
||||||
|
|
Loading…
Reference in New Issue