Skip to content

neovim: add rust tools #384

neovim: add rust tools

neovim: add rust tools #384

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: '${{ matrix.os }}'
strategy:
matrix:
os:
- ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: make test
env:
UBUNTU_VERSION: '${{ matrix.os }}'