Skip to content

Commit 35f8e29

Browse files
committed
Run verification on push; Fix litex repo checkout
1 parent 7494dc5 commit 35f8e29

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/verif.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Verification
22

3-
on: [pull_request]
3+
on: [push, workflow_dispatch, pull_request]
44

55
jobs:
66
rvtests:
@@ -96,8 +96,9 @@ jobs:
9696
./litex_setup.py --init --install --user
9797
9898
- name: Checkout repository for LiteX use
99-
run: |
100-
git clone -b feature/rvc https://github.com/meiniKi/FazyRV.git
99+
uses: actions/checkout@v5
100+
with:
101+
path: 'FazyRV'
101102

102103
- name: Run LiteX sim
103104
run: |

0 commit comments

Comments
 (0)