Skip to content

Commit

Permalink
ci: test all languages
Browse files Browse the repository at this point in the history
  • Loading branch information
mickamy committed Jan 1, 2024
1 parent 2a9194e commit 91c0786
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
matrix:
language:
- "crystal"
# - "go"
# - "nodejs"
# - "php"
# - "python"
# - "ruby"
- "go"
- "nodejs"
- "php"
- "python"
- "ruby"
env:
ISHOCON_APP_LANG: ${{ matrix.language }}
steps:
- uses: actions/checkout@v2
- 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

0 comments on commit 91c0786

Please sign in to comment.