Skip to content

Adds support for the jemalloc allocator, dusted up dependencies. Somewhat improved benchmarks #61

Adds support for the jemalloc allocator, dusted up dependencies. Somewhat improved benchmarks

Adds support for the jemalloc allocator, dusted up dependencies. Somewhat improved benchmarks #61

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