Skip to content

Commit

Permalink
Fix CI cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 30, 2024
1 parent 55b8f43 commit 1862b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
cargo test --target ${{ matrix.target }} --features=serde,log,small_rng,thread_rng
- name: Test thread_rng
run: |
cargo test --target ${{ matrix.target }} --manifest-path thread_rng/Cargo.toml
cargo test --target ${{ matrix.target }} --manifest-path rand_trng/Cargo.toml
- name: Test rand_core
run: |
cargo test --target ${{ matrix.target }} --manifest-path rand_core/Cargo.toml
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
# all stable features:
cross test --no-fail-fast --target ${{ matrix.target }} --features=serde,log,small_rng
cross test --no-fail-fast --target ${{ matrix.target }} --examples
cross test --no-fail-fast --target ${{ matrix.target }} --manifest-path thread_rng/Cargo.toml
cross test --no-fail-fast --target ${{ matrix.target }} --manifest-path rand_trng/Cargo.toml
cross test --no-fail-fast --target ${{ matrix.target }} --manifest-path rand_core/Cargo.toml
cross test --no-fail-fast --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --features=serde
cross test --no-fail-fast --target ${{ matrix.target }} --manifest-path rand_pcg/Cargo.toml --features=serde
Expand All @@ -164,7 +164,7 @@ jobs:
run: |
cargo miri test --no-default-features --lib --tests
cargo miri test --features=log,small_rng,thread_rng
cargo miri test --manifest-path thread_rng/Cargo.toml
cargo miri test --manifest-path rand_trng/Cargo.toml
cargo miri test --manifest-path rand_core/Cargo.toml
cargo miri test --manifest-path rand_core/Cargo.toml --features=serde
cargo miri test --manifest-path rand_core/Cargo.toml --no-default-features
Expand Down

0 comments on commit 1862b4d

Please sign in to comment.