mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-18 15:20:15 +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:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
services:
|
|
||||||
redis:
|
|
||||||
image: redis
|
|
||||||
ports:
|
|
||||||
- 6379/tcp
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -26,7 +21,7 @@ jobs:
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
|
|
||||||
- name: Setup redis
|
- name: Setup redis
|
||||||
run: redis-server
|
run: sudo apt install redis-server && redis-server
|
||||||
|
|
||||||
- name: stable/beta test
|
- name: stable/beta test
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
|
Loading…
Reference in a new issue