mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
chore(CI cpu): install rust and use cache
This commit is contained in:
committed by
Quentin Bourgerie
parent
83799d4fba
commit
ec532034bc
10
.github/workflows/concrete_cpu_test.yml
vendored
10
.github/workflows/concrete_cpu_test.yml
vendored
@@ -13,6 +13,14 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Rust install
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
- name: Download cargo cache
|
||||
uses: Swatinem/rust-cache@v2
|
||||
|
||||
- name: Formatting
|
||||
run: |
|
||||
cd backends/concrete-cpu
|
||||
@@ -41,4 +49,4 @@ jobs:
|
||||
- name: Tests
|
||||
run: |
|
||||
cd backends/concrete-cpu
|
||||
cargo test --release --no-fail-fast --all-targets
|
||||
cargo test --release --no-fail-fast --all-targets
|
||||
|
||||
Reference in New Issue
Block a user