Add extra-test validation.
Testing / pytest (push) Successful in 32s Details
Testing / mypy (push) Successful in 36s Details
Testing / stability-extra-test (push) Successful in 28s Details

This commit is contained in:
Sergio Martínez Portela 2023-10-15 23:41:20 +02:00
parent 61246da521
commit 9fb4bce5ef
1 changed files with 9 additions and 0 deletions

View File

@ -22,3 +22,12 @@ jobs:
- run: pip install -e .
- run: pip install mypy
- run: mypy org_rw
stability-extra-test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: apt-get update && apt-get install -y git-core python3-pip
- run: pip install -e .
- run: bash extra-tests/check_all.sh