Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
akaeba committed Jan 18, 2025
1 parent 55b2845 commit fb18aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
mkdir -p ./sim/work
- name: eSpiStaticSlave
run: |
pwd
ghdl -a ${GHDL_OPTS} ./bfm/eSpiStaticSlave.vhd
ghdl -a ${GHDL_OPTS} ./tb/eSpiStaticSlave_tb.vhd
if [[ -z $(ghdl -r ${GHDL_OPTS} eSpiStaticSlave_tb -gDO_ALL_TEST=True | grep "Test SUCCESSFUL") ]]; then echo "[ FAIL ] eSpiStaticSlave"; exit 1; fi;
Expand Down

0 comments on commit fb18aa2

Please sign in to comment.