From a975da8141b90629a90af118a1b03d2187aee538 Mon Sep 17 00:00:00 2001 From: Thomas Mangin Date: Tue, 11 Jun 2024 13:02:26 +0100 Subject: [PATCH] more test --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a125ea7e..06ae660ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -84,8 +84,8 @@ jobs: - name: Python 3.6 Coverage run: | - if [[ $(python3 --version | grep "3.6") ]]; then nohup ./qa/bin/functional-3.6 server 0 &; fi - if [[ $(python3 --version | grep "3.6") ]]; then ./qa/bin/functional-3.6 client 0; fi + ./qa/bin/functional-3.6 server 0 & + ./qa/bin/functional-3.6 client 0 # - name: Coveralls # run: |