run tests for github actions
(session: nox.Session)
| 179 | |
| 180 | @nox.session(name="github-cext") |
| 181 | def github_cext(session: nox.Session) -> None: |
| 182 | """run tests for github actions""" |
| 183 | |
| 184 | _tests(session, "sqlite", "cext", greenlet=False, timing_intensive=False) |
| 185 | |
| 186 | |
| 187 | @nox.session(name="github-nocext") |