Skip to content

Commit

Permalink
[ci] test example hello_world as well
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Feb 21, 2024
1 parent 13e583e commit dce2a3e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/Processor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
Simple:
runs-on: ubuntu-latest
name: 'Simple testbench'
strategy:
fail-fast: false
matrix:
example:
- processor_check
- hello_world

steps:

Expand All @@ -50,7 +56,7 @@ jobs:
# Redirect UART0 TX to text.io simulation output via <UARTx_SIM_MODE> user flags
with:
args: >-
make -C sw/example/processor_check
make -C sw/example/${{ matrix.example }}
clean_all
USER_FLAGS+="-DUART0_SIM_MODE -DUART1_SIM_MODE -flto"
EFFORT=-Os
Expand Down

0 comments on commit dce2a3e

Please sign in to comment.