3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-09 09:21:58 +00:00

tests/pyosys: print log on failed test, fix make clean

This commit is contained in:
Mohamed Gaber 2025-09-23 08:05:04 +03:00
parent 54799bb8be
commit dc88906c91
No known key found for this signature in database
3 changed files with 29 additions and 20 deletions

View file

@ -2,6 +2,7 @@ name: Build Wheels for PyPI
# run every Sunday at 10 AM
on:
push: # TODO: REMOVE THIS, DO NOT MERGE TO UPSTREAM THIS IS JUST SO I DON'T HAVE TO MANUALLY RUN THE WORKFLOW WITH EVERY PUSH
workflow_dispatch:
schedule:
- cron: "0 10 * * 0"
@ -107,7 +108,7 @@ jobs:
makeFlags='CONFIG=clang'
PATH="$PWD/bison/src:$PATH"
CIBW_BEFORE_BUILD: bash ./.github/workflows/wheels/cibw_before_build.sh
CIBW_TEST_COMMAND: python3 {project}/tests/pyosys/run_tests.py python3
CIBW_TEST_COMMAND: python3 {project}/tests/pyosys/run_tests.py
- uses: actions/upload-artifact@v4
with:
name: python-wheels-${{ matrix.os.runner }}