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 114348f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ jobs:
profile: minimal
toolchain: nightly-2024-01-04
- uses: Swatinem/rust-cache@v2
- run: cargo +nightly-2024-01-04 test --features avx512
- 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 114348f

Please sign in to comment.