Skip to content

Commit e0b8c82

Browse files
committed
ci: actually run tests on alternate compilers
1 parent 7b4fd0f commit e0b8c82

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
- name: Checkout Toolchain
3333
uses: dtolnay/rust-toolchain@beta
3434
- name: Running test script
35+
env:
36+
DO_FEATURE_MATRIX: true
3537
run: ./contrib/test.sh
3638

3739
Nightly:
@@ -62,6 +64,8 @@ jobs:
6264
- name: Checkout Toolchain
6365
uses: dtolnay/rust-toolchain@1.48.0
6466
- name: Running test script
67+
env:
68+
DO_FEATURE_MATRIX: true
6569
run: ./contrib/test.sh
6670

6771
EmbeddedWithAlloc:

contrib/test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
set -eu
66
set -x
77

8-
# "arrayvec" feature breaks the MSRV, its added manually in DO_FEATURE_MATRIX loop below.
9-
FEATURES="std alloc"
10-
118
# Some tests require certain toolchain types.
129
NIGHTLY=false
1310
MSRV=false

0 commit comments

Comments
 (0)