Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jun 11, 2024
1 parent 4b1db3b commit a975da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a975da8

Please sign in to comment.