diff options
-rw-r--r-- | .github/workflows/dockerimage.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 1b4cda59..b23de9c6 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -13,5 +13,8 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Building testenv ... + run: make testenv + - name: Running tests ... - run: make tox NC=1 + run: make tox |