diff options
author | Devaev Maxim <[email protected]> | 2020-06-05 10:43:49 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-06-05 10:43:49 +0300 |
commit | 4c78f7351786157b987dc53af86803da52ee72b7 (patch) | |
tree | 8ef18d062f533f55ddf5703e2ff4a0d74bb1a7a6 /.github | |
parent | 83a8eb8dd2d0a8e7734ea47f8c186f762d6a57ff (diff) |
fix
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dockerimage.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index b23de9c6..1b4cda59 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -13,8 +13,5 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Building testenv ... - run: make testenv - - name: Running tests ... - run: make tox + run: make tox NC=1 |