Skip to content

Commit 6d4baef

Browse files
committed
move min_const_gen test to nightly workflow
1 parent f5cfbc4 commit 6d4baef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@ jobs:
7777
cargo test --target ${{ matrix.target }} --all-features
7878
cargo test --target ${{ matrix.target }} --benches --features=nightly
7979
cargo test --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --benches
80+
cargo test --target ${{ matrix.target }} --lib --tests --no-default-features --features min_const_gen
8081
- name: Test rand
8182
run: |
8283
cargo test --target ${{ matrix.target }} --lib --tests --no-default-features
83-
cargo build --target ${{ matrix.target }} --no-default-features --features alloc,getrandom,small_rng,min_const_gen
84-
cargo test --target ${{ matrix.target }} --lib --tests --no-default-features --features=alloc,getrandom,small_rng,min_const_gen
84+
cargo build --target ${{ matrix.target }} --no-default-features --features alloc,getrandom,small_rng
85+
cargo test --target ${{ matrix.target }} --lib --tests --no-default-features --features=alloc,getrandom,small_rng
8586
# all stable features:
8687
cargo test --target ${{ matrix.target }} --features=serde1,log,small_rng
8788
cargo test --target ${{ matrix.target }} --examples

0 commit comments

Comments
 (0)