From 913b0ae843eb7ce7202255a9c1da776a3d9234f6 Mon Sep 17 00:00:00 2001 From: "alon.dotan" Date: Wed, 28 Feb 2024 21:45:59 +0200 Subject: [PATCH] WIP --- .github/workflows/ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 13b64121a..5f3f39754 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,9 +50,11 @@ jobs: with: profile: minimal toolchain: nightly-2024-01-04 - - uses: Swatinem/rust-cache@v2 - - run: cargo +nightly-2024-01-04 test --features avx512 + # - uses: Swatinem/rust-cache@v2 + - run: sleep inf + - run: cargo +nightly-2024-01-04 test --features avx512 - run: cargo +nightly-2024-01-04 test --features avx512 --release + udeps: runs-on: ubuntu-latest steps: