Skip to content

Performance optimizations: 25-29% faster translations with improved key parsing and interpolation #61

Performance optimizations: 25-29% faster translations with improved key parsing and interpolation

Performance optimizations: 25-29% faster translations with improved key parsing and interpolation #61

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rspec