Skip to content

Add indexes for item ASTs and item kinds. #122

Add indexes for item ASTs and item kinds.

Add indexes for item ASTs and item kinds. #122

Workflow file for this run

name: Run cargo test
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run cargo test
run: |
cd virdant
cargo test