We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4fd0f commit e0b8c82Copy full SHA for e0b8c82
.github/workflows/rust.yml
@@ -32,6 +32,8 @@ jobs:
32
- name: Checkout Toolchain
33
uses: dtolnay/rust-toolchain@beta
34
- name: Running test script
35
+ env:
36
+ DO_FEATURE_MATRIX: true
37
run: ./contrib/test.sh
38
39
Nightly:
@@ -62,6 +64,8 @@ jobs:
62
64
63
65
uses: dtolnay/rust-toolchain@1.48.0
66
67
68
69
70
71
EmbeddedWithAlloc:
contrib/test.sh
@@ -5,9 +5,6 @@
5
set -eu
6
set -x
7
8
-# "arrayvec" feature breaks the MSRV, its added manually in DO_FEATURE_MATRIX loop below.
9
-FEATURES="std alloc"
10
-
11
# Some tests require certain toolchain types.
12
NIGHTLY=false
13
MSRV=false
0 commit comments