Skip to content

Commit

Permalink
fix forkflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
miree committed Mar 11, 2024
1 parent 6eb1523 commit 7adce6e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,19 @@ jobs:
run: make -C examples/vhd_v_counter
- name: run example m-labs-lm32
run: make -C examples/m-labs-lm32
- name: run example two_modules
- name: run example two_modules_16bit
run: make -C examples/two_modules PORTSIZE=16
- name: run example two_modules_32bit
run: make -C examples/two_modules clean; make -C examples/two_modules PORTSIZE=32
- name: run example two_modules_48bit
run: make -C examples/two_modules clean; make -C examples/two_modules PORTSIZE=48
- name: run example two_modules_64bit
run: make -C examples/two_modules clean; make -C examples/two_modules PORTSIZE=64
- name: run example two_modules_96bit
run: make -C examples/two_modules clean; make -C examples/two_modules PORTSIZE=96
- name: run example two_modules_128bit
run: make -C examples/two_modules clean; make -C examples/two_modules PORTSIZE=128
- name: run example two_modules_136bit
run: make -C examples/two_modules clean; make -C examples/two_modules PORTSIZE=136
- name: run example serv
run: make -C examples/serv
Expand Down

0 comments on commit 7adce6e

Please sign in to comment.