Skip to content

Give more information to the language server #260

Give more information to the language server

Give more information to the language server #260

Workflow file for this run

name: Bench
on:
push:
pull_request:
workflow_dispatch:
jobs:
bench:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Cache build
uses: Swatinem/rust-cache@v2
- name: Bench
run: cargo bench