diff --git a/.github/workflows/test_thorough.sh b/.github/workflows/test_thorough.sh index cdead5963c4..c7f74739f02 100755 --- a/.github/workflows/test_thorough.sh +++ b/.github/workflows/test_thorough.sh @@ -8,13 +8,13 @@ grass --tmp-location XY --exec \ pip install pytest -grass --tmp-location XY --exec \ -python3 -m pytest --pyargs grass.gunittest.main +#grass --tmp-location XY --exec \ +#python3 -m pytest --pyargs grass.gunittest.main # pytest --pyargs grass.gunittest.main #-- \ # --grassdata $HOME --location nc_spm_full_v2alpha2 --location-type nc \ # --min-success 100 -#grass --tmp-location XY --exec \ -# python3 -m grass.gunittest.main \ -# --grassdata $HOME --location nc_spm_full_v2alpha2 --location-type nc \ -# --min-success 100 +grass --tmp-location XY --exec \ + python3 -m grass.gunittest.main \ + --grassdata $HOME --location nc_spm_full_v2alpha2 --location-type nc \ + --min-success 100