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 on Multiple Linux Distros #1469

Open
TheTechromancer opened this issue Jun 17, 2024 · 1 comment
Open

Run Tests on Multiple Linux Distros #1469

TheTechromancer opened this issue Jun 17, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@TheTechromancer
Copy link
Collaborator

We should try and run our tests on multiple Linux distros. This would help prevent some of the cross-distro pain we've dealt with in installing OS packages.

jobs:
  test:
    runs-on: ${{ matrix.os }}
    strategy:
      matrix:
        os: [ubuntu-latest, debian, archlinux, fedora-latest, gentoo, alpine]
@TheTechromancer TheTechromancer added the enhancement New feature or request label Jun 17, 2024
@TheTechromancer
Copy link
Collaborator Author

Need @aconite33 to set up self-hosted runners.

@TheTechromancer TheTechromancer self-assigned this Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant