mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Update ci.yml
This commit is contained in:
parent
6f6be9f0e3
commit
66e14671d3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -25,6 +25,9 @@ jobs:
|
|||
override: true
|
||||
components: rustfmt
|
||||
|
||||
- name: Setup redis
|
||||
run: redis-server
|
||||
|
||||
- name: stable/beta test
|
||||
uses: actions-rs/cargo@v1
|
||||
if: matrix.rust == 'stable' || matrix.rust == 'beta'
|
||||
|
|
Loading…
Reference in a new issue