Skip to content

TestCli

TestCli #118

Workflow file for this run

name: TestCli
on: [push, workflow_dispatch]
jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- name: Unit cli tests
run: cargo test --package votable-cli