diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 688d40be0..4361bbdc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: test -f "${CHIPCOMPILER_ECC_SIZER_ROOT}/src/sizer_os.tcl" - name: Pytest - run: uv run --no-sync pytest test/ --ignore=test/examples/test_soc.py --cov=chipcompiler --cov-report= + run: uv run --no-sync pytest test/ -v --basetemp=pytest-tmp --cov=chipcompiler --cov-report= - name: Upload integration flow logs on failure if: failure() @@ -131,8 +131,9 @@ jobs: name: integration-flow-logs if-no-files-found: ignore path: | - test/examples/*/home/flow.json - test/examples/**/log/** + pytest-tmp/**/home/flow.json + pytest-tmp/**/log/** + pytest-tmp/**/data/**/*.log - name: Publish coverage summary if: always() diff --git a/chipcompiler/thirdparty/ecc-tools b/chipcompiler/thirdparty/ecc-tools index 2c11c6c77..a541fae70 160000 --- a/chipcompiler/thirdparty/ecc-tools +++ b/chipcompiler/thirdparty/ecc-tools @@ -1 +1 @@ -Subproject commit 2c11c6c7721f47eb251de5ef2d6f415e17d152be +Subproject commit a541fae706a8ebfa5dd2ee710bc4c4ac0bfea907