We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c6a36 commit b9b0131Copy full SHA for b9b0131
.github/workflows/ci.yml
@@ -264,6 +264,14 @@ jobs:
264
cargo-flags: '--features=nightly'
265
- toolchain: stable
266
cargo-flags: '--features=safe_arch,nightly'
267
+ - toolchain: $MINIMAL_RUST
268
+ cargo-flags: '--no-default-features --features=nightly'
269
270
+ cargo-flags: '--no-default-features --features=alloc,nightly'
271
272
+ cargo-flags: '--features=nightly'
273
274
+ cargo-flags: '--features=safe_arch,nightly'
275
276
env:
277
RUSTFLAGS: "${{ matrix.rust-flags }}"
0 commit comments