Skip to content

Add several tests for error conditions. #124

Add several tests for error conditions.

Add several tests for error conditions. #124

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