Skip to content

Commit

Permalink
Reinstall tools during test run.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Nov 8, 2024
1 parent 2702346 commit fb296e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
with:
submodules: recursive

- name: Run Tests
- name: Run Tests
run: |
make verilator riscv32-gcc bender; cd golden-model && source setup-py.sh
make golden M=12 N=16 K=16
make sw-all
make hw-all

0 comments on commit fb296e2

Please sign in to comment.