Update ci.yml

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

View file

@ -4,11 +4,6 @@ name: Continuous integration
jobs:
ci:
services:
redis:
image: redis
ports:
- 6379/tcp
runs-on: ubuntu-latest
strategy:
matrix:
@ -26,7 +21,7 @@ jobs:
components: rustfmt
- name: Setup redis
run: redis-server
run: sudo apt install redis-server && redis-server
- name: stable/beta test
uses: actions-rs/cargo@v1