mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +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
|
||||
override: true
|
||||
- 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
|
||||
run: cargo test --all-features
|
||||
build-example:
|
||||
|
|
Loading…
Reference in a new issue