fix github actions config
This commit is contained in:
parent
5ebf5ae3ec
commit
cb318a8ff1
|
|
@ -1,4 +1,4 @@
|
|||
name: run_all_tests
|
||||
name: cross_platform_tests
|
||||
on: [push]
|
||||
jobs:
|
||||
install-iverilog-source:
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ on: [push]
|
|||
jobs:
|
||||
uart:
|
||||
runs-on: ubuntu-latest
|
||||
uses: actions/checkout@v3
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: sudo apt install iverilog
|
||||
- run: iverilog -g2012 -o sim.out test/uart_tb.sv src/uart_tx.sv src/uart_rx.sv
|
||||
- run: vvp sim.out
|
||||
Loading…
Reference in New Issue