Skip to content

Commit

Permalink
chore(ci): add --features os_rng in no-std
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaMasych committed Jan 28, 2025
1 parent 1b3061b commit c395731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ jobs:
cache-on-failure: true

- name: Run cargo test in plonky2 subdirectory (no-std)
run: cargo test --manifest-path plonky2/Cargo.toml --no-default-features --lib
run: cargo test --manifest-path plonky2/Cargo.toml --no-default-features --features os_rng --lib
env:
RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0
RUST_LOG: 1
CARGO_INCREMENTAL: 1
RUST_BACKTRACE: 1

- name: Run cargo test in starky subdirectory (no-std)
run: cargo test --manifest-path starky/Cargo.toml --no-default-features --lib
run: cargo test --manifest-path starky/Cargo.toml --no-default-features --features os_rng --lib
env:
RUSTFLAGS: -Copt-level=3 -Cdebug-assertions -Coverflow-checks=y -Cdebuginfo=0
RUST_LOG: 1
Expand Down

0 comments on commit c395731

Please sign in to comment.