mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-10 20:12:25 +01:00
Merge branch 'redis' of https://github.com/teloxide/teloxide into redis
This commit is contained in:
commit
6d2037f177
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -22,6 +22,9 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
|
||||||
|
- name: Setup redis
|
||||||
|
run: sudo apt install redis-server && redis-server
|
||||||
|
|
||||||
- name: stable/beta build
|
- name: stable/beta build
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
if: matrix.rust == 'stable' || matrix.rust == 'beta'
|
if: matrix.rust == 'stable' || matrix.rust == 'beta'
|
||||||
|
|
Loading…
Reference in a new issue