Skip to content

test

test #49

Workflow file for this run

on:
push:
pull_request:
schedule:
- cron: "0 6 1 * *"
name: test
jobs:
test:
runs-on: ubuntu-24.04
strategy:
matrix:
platform:
- rockylinux9
- centos-stream10
- centos-stream9
- fedora42
- fedora41
- fedora40
- ubuntu2404
- ubuntu2204
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: |
python3 -m pip install --upgrade pip
python3 -m pip install tox
- run: |
tox -e ${{ matrix.platform }} -- test