Skip to content

Commit

Permalink
Don't test optional features on Rust 1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Sep 2, 2021
1 parent f77209e commit 3cfbdd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,21 @@ jobs:
args: --no-default-features

- name: Test (schema features subset)
if: matrix.rust == 'stable'
uses: actions-rs/cargo@v1
with:
command: test
args: --features "std,schemars"

- name: Test (rand features subset)
if: matrix.rust == 'stable'
uses: actions-rs/cargo@v1
with:
command: test
args: --features "rand,randtest"

- name: Test (all features)
if: matrix.rust == 'stable'
uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit 3cfbdd6

Please sign in to comment.