feat: atomic_pattern optimizer, with v0_parameters table generation

Resolve #11
This commit is contained in:
rudy
2022-03-03 16:20:59 +01:00
committed by rudy-6-4
parent 9689e52097
commit b7a7264257
12 changed files with 1055 additions and 53 deletions

View File

@@ -44,7 +44,7 @@ jobs:
RUSTFLAGS: -D warnings
with:
command: build
args: ${{ env.CARGO_ARGS }}
args: ${{ env.CARGO_ARGS }} --lib --examples --tests
- name: cargo clippy
uses: actions-rs/cargo@v1
@@ -56,4 +56,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: ${{ env.CARGO_ARGS }} --no-fail-fast
args: ${{ env.CARGO_ARGS }} --no-fail-fast --all-targets