mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-19 21:49:00 +01:00
Update ci.yml
This commit is contained in:
parent
9dac96a228
commit
7ff4cae5e3
1 changed files with 0 additions and 28 deletions
28
.github/workflows/ci.yml
vendored
28
.github/workflows/ci.yml
vendored
|
@ -27,20 +27,6 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt, clippyz
|
components: rustfmt, clippyz
|
||||||
|
|
||||||
- name: stable/beta build
|
|
||||||
uses: actions-rs/cargo@v1
|
|
||||||
if: matrix.rust == 'stable' || matrix.rust == 'beta'
|
|
||||||
with:
|
|
||||||
command: build
|
|
||||||
args: --verbose --all-features
|
|
||||||
|
|
||||||
- name: nightly build
|
|
||||||
uses: actions-rs/cargo@v1
|
|
||||||
if: matrix.rust == 'nightly'
|
|
||||||
with:
|
|
||||||
command: build
|
|
||||||
args: --verbose --all-features
|
|
||||||
|
|
||||||
- name: stable/beta test
|
- name: stable/beta test
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
if: matrix.rust == 'stable' || matrix.rust == 'beta'
|
if: matrix.rust == 'stable' || matrix.rust == 'beta'
|
||||||
|
@ -48,13 +34,6 @@ jobs:
|
||||||
command: test
|
command: test
|
||||||
args: --verbose --all-features
|
args: --verbose --all-features
|
||||||
|
|
||||||
- name: nightly test
|
|
||||||
uses: actions-rs/cargo@v1
|
|
||||||
if: matrix.rust == 'nightly'
|
|
||||||
with:
|
|
||||||
command: test
|
|
||||||
args: --verbose --all-features
|
|
||||||
|
|
||||||
- name: stable/beta clippy
|
- name: stable/beta clippy
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
if: matrix.rust == 'stable' || matrix.rust == 'beta'
|
if: matrix.rust == 'stable' || matrix.rust == 'beta'
|
||||||
|
@ -62,13 +41,6 @@ jobs:
|
||||||
command: clippy
|
command: clippy
|
||||||
args: --all-targets --all-features -- -D warnings
|
args: --all-targets --all-features -- -D warnings
|
||||||
|
|
||||||
- name: nightly clippy
|
|
||||||
uses: actions-rs/cargo@v1
|
|
||||||
if: matrix.rust == 'nightly'
|
|
||||||
with:
|
|
||||||
command: clippy
|
|
||||||
args: --all-targets --all-features -- -D warnings
|
|
||||||
|
|
||||||
- name: Test the examples
|
- name: Test the examples
|
||||||
run: cd examples && bash test_examples.sh
|
run: cd examples && bash test_examples.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue