mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
feat: atomic_pattern optimizer, with v0_parameters table generation
Resolve #11
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user