Skip to content

Add no item dep cycle check. #128

Add no item dep cycle check.

Add no item dep cycle check. #128

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