Revert "fix"

This reverts commit 4c78f7351786157b987dc53af86803da52ee72b7.
This commit is contained in:
Devaev Maxim 2020-06-05 10:48:56 +03:00
parent 4c78f73517
commit ac24aa6100

View File

@ -13,5 +13,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Building testenv ...
run: make testenv
- name: Running tests ... - name: Running tests ...
run: make tox NC=1 run: make tox