Skip to content

Commit 27df863

Browse files
committed
Run feature matrix tests
In the `Tests` CI job run the feature matrix tests. Also run these tests for 4 toolchains, stable, beta, nightly, and 1.41.1
1 parent ca9988d commit 27df863

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rust.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,12 @@ jobs:
5151
DO_FMT: true
5252
run: ./contrib/test.sh
5353

54-
UnitTests:
54+
Tests:
5555
name: Tests
5656
runs-on: ubuntu-latest
5757
strategy:
5858
matrix:
59-
rust:
60-
- 1.41.1
61-
- beta
59+
rust: [stable, beta, nightly, 1.41.1]
6260
steps:
6361
- name: Checkout Crate
6462
uses: actions/checkout@v2
@@ -69,6 +67,8 @@ jobs:
6967
toolchain: ${{ matrix.rust }}
7068
override: true
7169
- name: Running cargo
70+
env:
71+
DO_FEATURE_MATRIX: true
7272
run: ./contrib/test.sh
7373

7474
AllTests:

0 commit comments

Comments
 (0)