From 91c07867b4f0f027f00124642bee52ef8459d141 Mon Sep 17 00:00:00 2001 From: mickamy Date: Mon, 1 Jan 2024 15:41:16 +0900 Subject: [PATCH] ci: test all languages --- .github/workflows/benchmark.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 5ca9f98a..8d766dd2 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -18,11 +18,11 @@ jobs: matrix: language: - "crystal" - # - "go" - # - "nodejs" - # - "php" - # - "python" - # - "ruby" + - "go" + - "nodejs" + - "php" + - "python" + - "ruby" env: ISHOCON_APP_LANG: ${{ matrix.language }} steps: @@ -30,5 +30,5 @@ jobs: - run: make change-lang LANG=$ISHOCON_APP_LANG - run: make build timeout-minutes: 5 - - run: make up-nod bench-with-db-restart - timeout-minutes: 5 + - run: make up bench-with-db-restart + timeout-minutes: 10