Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
alon-dotan-starkware committed Feb 28, 2024
1 parent bc70de9 commit 913b0ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 913b0ae

Please sign in to comment.