From bb7e8bae42beb2cc4630691d8f914e50304f8287 Mon Sep 17 00:00:00 2001 From: Eric Vergnaud Date: Sat, 13 Feb 2021 19:41:41 +0800 Subject: [PATCH] reenable all targets --- .circleci/config.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 62d5edce8..002d51330 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,15 +53,14 @@ jobs: workflows: build: jobs: -# - test_tool_and_runtime_java + - test_tool_and_runtime_java + - test_runtime: + matrix: + parameters: + target: [ dart, go, python2, python3, javascript, php ] - test_runtime: matrix: parameters: -# target: [ dart, go, python2, python3, javascript, php ] - target: [ php ] -# - test_runtime: -# matrix: -# parameters: # target: [ cpp, dotnet, swift ] -# target: [ cpp, dotnet ] -# test-group: [ LEXER, PARSER, RECURSION ] + target: [ cpp, dotnet ] + test-group: [ LEXER, PARSER, RECURSION ]