Skip to content

Commit

Permalink
Rename GitHub Action job
Browse files Browse the repository at this point in the history
After 9eea250 we're not only running unit tests via tox.
  • Loading branch information
vterron committed Mar 23, 2021
1 parent a836c15 commit 2ec2446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on: [push]

jobs:
run_unit_tests:
run_tests:
runs-on: ubuntu-latest
steps:

Expand All @@ -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

0 comments on commit 2ec2446

Please sign in to comment.