chore(CI cpu): install rust and use cache

This commit is contained in:
Mayeul@Zama
2023-03-08 12:17:31 +01:00
committed by Quentin Bourgerie
parent 83799d4fba
commit ec532034bc

View File

@@ -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