mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
ci: do everything in --release to avoid 2x compilations
This commit is contained in:
4
.github/workflows/optimizer.yml
vendored
4
.github/workflows/optimizer.yml
vendored
@@ -27,10 +27,10 @@ jobs:
|
||||
run: cargo fmt --check
|
||||
|
||||
- name: Build
|
||||
run: cargo build --all-targets
|
||||
run: cargo build --release --all-targets
|
||||
|
||||
- name: Lint
|
||||
run: cargo clippy --all-targets
|
||||
run: cargo clippy --release --all-targets
|
||||
|
||||
- name: Tests
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
|
||||
Reference in New Issue
Block a user