mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 09:49:07 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue