Move HDL reading logic and fix #13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |