mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-31 16:40:37 +01:00
Update ci.yml
This commit is contained in:
parent
66e14671d3
commit
a6ff546477
1 changed files with 1 additions and 6 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue