Skip to content

Add API elements and Visitor #2

Add API elements and Visitor

Add API elements and Visitor #2

Workflow file for this run

name: TestLib
on: [push]
jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Run lib tests
run: cargo test --verbose -- --nocapture