Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run tests in Github actions #28

Merged
merged 2 commits into from
Oct 16, 2023
Merged

Run tests in Github actions #28

merged 2 commits into from
Oct 16, 2023

Commits on Oct 11, 2023

  1. Run tests on CI

    There's a DB matrix so we can plug in running the tests against Postgres
    and SQLite later on, but just running MySQL for now.
    djmb committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7666618 View commit details
    Browse the repository at this point in the history
  2. Reap processes before checking for them

    Unlike on MacOS, Linux will return a defunct process for getpgid.
    Reaping the processes before checking if one exists resolves this.
    djmb committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2e76576 View commit details
    Browse the repository at this point in the history