Skip to content

Consolidate all information about an Id into an "Info" struct. #123

Consolidate all information about an Id into an "Info" struct.

Consolidate all information about an Id into an "Info" struct. #123

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