Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

remove deprecated module #95

remove deprecated module

remove deprecated module #95

Workflow file for this run

name: Unit tests
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
container: fedora:37
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install packages
run: dnf install -y gcc krb5-devel
- name: Create venv and install dependencies
run: make venv
- name: Run tests
run: make test