Remove old Verilog wb_orbit_intlk testbench #15
This file contains 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: Run all testbenches | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
run_testbenches: | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/lnls-dig/gw-tb-toolchain:latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: true | |
- name: Run GHDL testbenches | |
run: cd hdl/testbench && ./ghdl-ci.sh | |
- name: Run NVC testbenches | |
run: cd hdl/testbench && ./nvc-ci.sh |