Skip to content

New version with much faster write perfomance and updated ergonomics #68

New version with much faster write perfomance and updated ergonomics

New version with much faster write perfomance and updated ergonomics #68

Workflow file for this run

name: Rust Unit Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
cli-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Grant executive permissions to script
run: chmod +x ./vach-cli/test_data/test.sh\
- name: Run CLI tests
run: cd ./vach-cli/test_data/ && ./test.sh