Add extra-test validation.

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

View File

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