Skip to content

Commit cda0465

Browse files
committed
Add min_const_gen to "all stable features" test invocation
`min_const_gen` is a stable feature, but was not added to this test invocation when it was introduced. Unblocks #1173.
1 parent 10764d8 commit cda0465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
cargo build --target ${{ matrix.target }} --no-default-features --features alloc,getrandom,small_rng
8484
cargo test --target ${{ matrix.target }} --lib --tests --no-default-features --features=alloc,getrandom,small_rng
8585
# all stable features:
86-
cargo test --target ${{ matrix.target }} --features=serde1,log,small_rng
86+
cargo test --target ${{ matrix.target }} --features=serde1,log,small_rng,min_const_gen
8787
cargo test --target ${{ matrix.target }} --examples
8888
- name: Test rand_core
8989
run: |

0 commit comments

Comments
 (0)