Use parallel to run tests in parallel

This commit is contained in:
Chocobozzz
2020-07-30 14:44:08 +02:00
committed by Chocobozzz
parent b488ba1e26
commit 7abb5c5da1
7 changed files with 57 additions and 114 deletions

View File

@@ -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