Skip to content

Commit

Permalink
Add PoC to GitHub Actions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Jul 26, 2023
1 parent b9bc550 commit 2efbb23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ jobs:
run: ./vhdl-projects/neorv32/test.sh
- name: Test vhdl-extras
run: ./vhdl-projects/extras/test.sh
- name: Test PoC
run: ./vhdl-projects/poc/test.sh

vunit:
name: VUnit
Expand Down

0 comments on commit 2efbb23

Please sign in to comment.