mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 09:49:07 +01:00
Enable all features when testing the examples
This commit is contained in:
parent
60df0a5cf8
commit
c7bbfcccfa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -99,4 +99,4 @@ jobs:
|
|||
toolchain: stable
|
||||
override: true
|
||||
- name: Check the examples
|
||||
run: cargo check --examples
|
||||
run: cargo check --examples --features="full"
|
||||
|
|
Loading…
Reference in a new issue