Skip to content

Move HDL reading logic and fix #13

Move HDL reading logic and fix

Move HDL reading logic and fix #13

Workflow file for this run

name: Test CLI with pytest
on: [push, pull_request]
jobs:
run_pytest_CLI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare_FABulous_container
- name: Run pytest for FABulous CLI
run: pytest -v