Skip to content

Pick elixir command based on OS #747 #218

Pick elixir command based on OS #747

Pick elixir command based on OS #747 #218

Workflow file for this run

name: Benchmark
on: [push, pull_request]
jobs:
benchmark:
strategy:
matrix:
os: [ubuntu-latest]
neovim-version: ["v0.11.3"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Mise
uses: jdx/mise-action@v2
- name: Benchmark
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mise run -t neovim@${{ matrix.neovim-version }} benchmark