From 2ec24461359ed659b516f3b8cf06a975350b9f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Terr=C3=B3n?= Date: Tue, 23 Mar 2021 19:47:45 +0100 Subject: [PATCH] Rename GitHub Action job After 9eea250a2e216f76236844658f48cc748e04c5bd we're not only running unit tests via tox. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec12162..70102e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ name: Build on: [push] jobs: - run_unit_tests: + run_tests: runs-on: ubuntu-latest steps: @@ -20,6 +20,6 @@ jobs: python -m pip install --upgrade pip pip install tox virtualenv - - name: Run unit tests + - name: Run tests run: | make test