Skip to content

Merge pull request #5 from PyFPGA/fix-ci-pypi #20

Merge pull request #5 from PyFPGA/fix-ci-pypi

Merge pull request #5 from PyFPGA/fix-ci-pypi #20

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