remove unnecessary components

This commit is contained in:
p0lunin 2020-07-03 16:41:31 +03:00
parent e44f0786d8
commit 1dc7afebf9

View file

@ -24,7 +24,6 @@ jobs:
profile: minimal
toolchain: stable
override: true
components: rustfmt, clippy
- name: Cargo clippy
run: cargo clippy --all-targets --all-features -- -D warnings
stable-test:
@ -36,7 +35,6 @@ jobs:
profile: minimal
toolchain: stable
override: true
components: rustfmt, clippy
- name: Cargo test
run: cargo test --all-features
test-examples:
@ -48,6 +46,5 @@ jobs:
profile: minimal
toolchain: stable
override: true
components: rustfmt, clippy
- name: Test the examples
run: cd examples && bash test_examples.sh