Enable all features in all CIs.

This commit is contained in:
Sebastian Schmidt 2021-06-02 18:17:05 +03:00
parent c297e2fd6e
commit 6e5b69294b

View File

@ -14,24 +14,24 @@ jobs:
command:
- name: Check
command: check
args: ""
args: --all-features
components: ""
- name: Test
command: test
args: ""
args: --all-features
components: ""
include:
- toolchain: nightly
command:
name: Format
command: fmt
args: -- --check
args: --all-features -- --check
components: rustfmt
- toolchain: stable
command:
name: Lint
command: clippy
args: ""
args: --all-features
components: clippy
steps: