Skip to content

Commit

Permalink
github: add unit-tests job
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed Oct 2, 2024
1 parent 13761d2 commit a635cf5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,21 @@ jobs:
run: |
tox -e check
unit-tests:
name: Unit tests
runs-on: ubuntu-22.04
steps:
- name: Repository checkout
uses: actions/checkout@v4

- name: Install dependencies
run: |
pip install --upgrade pip tox
- name: Run unit tests
run: |
tox -e unit
tests:
name: Tests
strategy:
Expand Down

0 comments on commit a635cf5

Please sign in to comment.