mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Use parallel to run tests in parallel
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- name: Setup system dependencies
|
||||
run: |
|
||||
sudo apt-get install postgresql-client-common redis-tools
|
||||
sudo apt-get install postgresql-client-common redis-tools parallel
|
||||
wget --quiet --no-check-certificate "https://download.cpy.re/ffmpeg/ffmpeg-release-4.0.3-64bit-static.tar.xz"
|
||||
tar xf ffmpeg-release-4.0.3-64bit-static.tar.xz
|
||||
mkdir -p $HOME/bin
|
||||
|
||||
Reference in New Issue
Block a user