Skip to content

Commit

Permalink
ci: Get "machinecode -V" dump into CI log
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Povišer <povik@cutebit.org>
  • Loading branch information
povik committed Feb 21, 2024
1 parent cb36a4d commit 187f450
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/fold-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
cd fold
YOSYS_PREFIX=fold- make -j8
- name: Print machinecode versions
shell: bash
run: |
cd fold
python3 -m fold.machinecode -V
- name: Run tests
shell: bash
run: |
Expand Down

0 comments on commit 187f450

Please sign in to comment.