mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore(backend-cpu): use stable lints in the CI
This commit is contained in:
committed by
Quentin Bourgerie
parent
a5c6c042dd
commit
a211470dd4
2
.github/workflows/concrete_cpu_test.yml
vendored
2
.github/workflows/concrete_cpu_test.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
- name: Lint
|
||||
run: |
|
||||
cd backends/concrete-cpu/implementation
|
||||
cargo clippy --all-targets
|
||||
cargo +stable clippy --all-targets
|
||||
|
||||
- name: Tests
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user