Skip to content

Commit

Permalink
Remove excess CI build checks for some features
Browse files Browse the repository at this point in the history
  • Loading branch information
zheland committed Aug 6, 2020
1 parent 1d7238c commit ff15752
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
- "--no-default-features --features \"serde-alloc\""
- "--no-default-features --features \"serde-std\""
- "--no-default-features --features \"impl-index-from\""
- "--no-default-features --features \"impl-index-from serde\""
- "--no-default-features --features \"impl-index-from serde-alloc\""
- "--no-default-features --features \"impl-index-from serde-std\""
- "--all-features"
steps:
- name: Checkout sources
Expand Down Expand Up @@ -85,9 +82,6 @@ jobs:
- "--no-default-features --features \"serde-alloc\""
- "--no-default-features --features \"serde-std\""
- "--no-default-features --features \"impl-index-from\""
- "--no-default-features --features \"impl-index-from serde\""
- "--no-default-features --features \"impl-index-from serde-alloc\""
- "--no-default-features --features \"impl-index-from serde-std\""
- "--all-features"
steps:
- name: Checkout source code
Expand Down

0 comments on commit ff15752

Please sign in to comment.