Update ci.yml

This commit is contained in:
Temirkhan Myrzamadi 2020-07-01 21:28:08 +06:00 committed by GitHub
parent 6f6be9f0e3
commit 66e14671d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'