Skip to content

Merge pull request #4 from PyFPGA/upload-to-pypi #14

Merge pull request #4 from PyFPGA/upload-to-pypi

Merge pull request #4 from PyFPGA/upload-to-pypi #14

Workflow file for this run

name: 'test'
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Check Install
run: make venv
- name: Run tests
run: make test