mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Update ci.yml
This commit is contained in:
parent
790d721a9c
commit
6c686921ad
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -13,8 +13,6 @@ jobs:
|
|||
- nightly
|
||||
|
||||
steps:
|
||||
- env:
|
||||
RUST_BACKTRACE: 1
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- uses: actions-rs/toolchain@v1
|
||||
|
@ -23,6 +21,9 @@ jobs:
|
|||
toolchain: ${{ matrix.rust }}
|
||||
override: true
|
||||
components: rustfmt, clippy
|
||||
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
|
||||
- name: stable/beta build
|
||||
uses: actions-rs/cargo@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue