Skip to content

build: enable target-cpu=native and target-feature=+avx by default #10

build: enable target-cpu=native and target-feature=+avx by default

build: enable target-cpu=native and target-feature=+avx by default #10

Workflow file for this run

name: Run tests
on:
- push
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test