Skip to content

Commit

Permalink
Add all jobs to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alon-dotan-starkware committed Feb 28, 2024
1 parent 65182f8 commit b227bda
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- 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 All @@ -69,3 +70,17 @@ jobs:
cargo-udeps-*/cargo-udeps udeps
env:
RUSTUP_TOOLCHAIN: nightly-2024-01-04


all-tests:
runs-on: ubuntu-latest
needs:
- clippy
- format
- run-tests
- udeps
steps:
- name: Decide whether all the needed jobs succeeded or failed
uses: re-actors/[email protected]
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit b227bda

Please sign in to comment.