diff --git a/.github/workflows/config.yml b/.github/workflows/tests.yml similarity index 83% rename from .github/workflows/config.yml rename to .github/workflows/tests.yml index 378a80f..9f3593b 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/tests.yml @@ -1,15 +1,15 @@ -name: main +name: Tests -on: - push: - branches: [main, fix/drf-version-support] - pull_request: - branches: [main] +on: [push, pull_request] jobs: - test: + tests: + name: Tests (Python ${{ matrix.python-version }}) + runs-on: ubuntu-latest + strategy: + fail-fast: false matrix: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] diff --git a/README.rst b/README.rst index 9e9def3..a97fcf5 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ Copyright (c) 2020 Vinta Serviços e Soluções Tecnológicas Ltda :target: https://pypi.python.org/pypi/drf-rw-serializers/ :alt: PyPI -.. |ga-badge| image:: https://github.com/vintasoftware/drf-rw-serializers/actions/workflows/config.yml/badge.svg?branch=master +.. |ga-badge| image:: https://github.com/vintasoftware/drf-rw-serializers/actions/workflows/tests.yml/badge.svg?branch=master :target: https://github.com/vintasoftware/drf-rw-serializers :alt: GitHub Actions