run tests for github actions
(session: nox.Session)
| 172 | |
| 173 | @nox.session(name="github-cext-greenlet") |
| 174 | def github_cext_greenlet(session: nox.Session) -> None: |
| 175 | """run tests for github actions""" |
| 176 | |
| 177 | _tests(session, "sqlite", "cext", greenlet=True, timing_intensive=False) |
| 178 | |
| 179 | |
| 180 | @nox.session(name="github-cext") |