mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45:37 +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
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
- name: Check the examples
|
- name: Check the examples
|
||||||
run: cargo check --examples
|
run: cargo check --examples --features="full"
|
||||||
|
|
Loading…
Add table
Reference in a new issue