mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-20 15:54:53 +01:00
remove unnecessary components
This commit is contained in:
parent
e44f0786d8
commit
1dc7afebf9
1 changed files with 0 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -24,7 +24,6 @@ jobs:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt, clippy
|
|
||||||
- name: Cargo clippy
|
- name: Cargo clippy
|
||||||
run: cargo clippy --all-targets --all-features -- -D warnings
|
run: cargo clippy --all-targets --all-features -- -D warnings
|
||||||
stable-test:
|
stable-test:
|
||||||
|
@ -36,7 +35,6 @@ jobs:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt, clippy
|
|
||||||
- name: Cargo test
|
- name: Cargo test
|
||||||
run: cargo test --all-features
|
run: cargo test --all-features
|
||||||
test-examples:
|
test-examples:
|
||||||
|
@ -48,6 +46,5 @@ jobs:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt, clippy
|
|
||||||
- name: Test the examples
|
- name: Test the examples
|
||||||
run: cd examples && bash test_examples.sh
|
run: cd examples && bash test_examples.sh
|
||||||
|
|
Loading…
Reference in a new issue