Move the complex list of selectors from .github/workflows/* to the Makefile

This commit is contained in:
2021-06-27 21:21:14 +02:00
committed by Val Lorentz
parent cccb937068
commit 98824a4abd
7 changed files with 88 additions and 15 deletions

View File

@ -49,7 +49,7 @@ jobs:
- name: Test with pytest
run: |
PATH=~/.local/bin:$PATH pytest --controller=irctest.controllers.solanum -k 'not Ergo and not deprecated and not strict and not testDoubleKickMessages'
PATH=~/.local/bin:$PATH make solanum