Skip to content

fix tests

fix tests #31

Workflow file for this run

name: Test mxmake
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
- name: Install project
run: make install
- name: Run tests
run: make test