This commit is contained in:
Nicolas Kruse 2025-10-14 23:19:01 +02:00
parent 66da1f6a9f
commit 31ae2234ca
1 changed files with 1 additions and 1 deletions

View File

@ -56,6 +56,7 @@ jobs:
if: strategy.job-index == 0
run: |
pip install ansi2html
python tools/make_example.py
python tools/extract_code.py "bin/test.copapy" "bin/test.copapy.bin"
objdump --color=always -D -b binary -m i386:x86-64 --adjust-vma=0x1000 bin/test.copapy.bin > bin/test.copapy.asm
echo '<p>test.copapy.asm</p><code>' >> $GITHUB_STEP_SUMMARY
@ -65,7 +66,6 @@ jobs:
echo '<p>stencils_x86_64_O3.asm</p><code>' >> $GITHUB_STEP_SUMMARY
cat bin/stencils_x86_64_O3.asm | ansi2html >> $GITHUB_STEP_SUMMARY
echo '</code>' >> $GITHUB_STEP_SUMMARY
python tools/make_example.py
- name: Run tests with pytest
run: pytest