mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-20 13:59:00 +01:00
Check the CI with no default features
This commit is contained in:
parent
3184b294f2
commit
437404df22
1 changed files with 7 additions and 0 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -152,6 +152,13 @@ jobs:
|
||||||
command: check
|
command: check
|
||||||
args: --examples --features full
|
args: --examples --features full
|
||||||
|
|
||||||
|
# TODO: prolly move it to a separate step?
|
||||||
|
- name: Check with no default features
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: check
|
||||||
|
args: --no-default-features
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
name: Run linter
|
name: Run linter
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue