mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-31 16:40:37 +01:00
Open redis at 7777, 7778, 7779 ports (CI)
This commit is contained in:
parent
9eee923aad
commit
82ade822cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
- name: Setup redis
|
- name: Setup redis
|
||||||
run: sudo apt install redis-server && redis-server --port 7777 > /dev/null &
|
run: sudo apt install redis-server && redis-server --port 7777 --port 7778 --port 7779 > /dev/null &
|
||||||
- name: Cargo test
|
- name: Cargo test
|
||||||
run: cargo test --all-features
|
run: cargo test --all-features
|
||||||
build-example:
|
build-example:
|
||||||
|
|
Loading…
Reference in a new issue