Skip to content

Prepare for v0.4.0 #114

Prepare for v0.4.0

Prepare for v0.4.0 #114

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