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:
parent
54799bb8be
commit
dc88906c91
3 changed files with 29 additions and 20 deletions
3
.github/workflows/wheels.yml
vendored
3
.github/workflows/wheels.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue