mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Run redis in background
This commit is contained in:
parent
7918ed12bf
commit
80dcf6d49f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
components: rustfmt
|
||||
|
||||
- name: Setup redis
|
||||
run: sudo apt install redis-server && redis-server --port 7777
|
||||
run: sudo apt install redis-server && redis-server --port 7777 > /dev/null &
|
||||
|
||||
- name: stable/beta test
|
||||
uses: actions-rs/cargo@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue