Merge branch 'redis' of https://github.com/teloxide/teloxide into redis

This commit is contained in:
Temirkhan Myrzamadi 2020-07-01 20:58:19 +06:00
commit 6d2037f177

View file

@ -22,6 +22,9 @@ jobs:
override: true
components: rustfmt, clippy
- name: Setup redis
run: sudo apt install redis-server && redis-server
- name: stable/beta build
uses: actions-rs/cargo@v1
if: matrix.rust == 'stable' || matrix.rust == 'beta'