From e86487776f5db304c082f383fc8510505fdd2d6e Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 8 Apr 2024 09:53:35 -0500 Subject: [PATCH] try single test with print? --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35539a5..1da3616 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,9 +48,12 @@ jobs: # (e.g. - apt-get: gettext, etc; pip: circuitpython-build-tools, requirements.txt; etc.) run: | source actions-ci/install.sh + - name: Single Test With Print + run: | + pytest tests/test_circup.py::test_ensure_latest_bundle_no_update -rx - name: Run Test Suite run: | - pytest --random-order --cov-config .coveragerc --cov-report term-missing --cov=circup -rx + pytest --random-order --cov-config .coveragerc --cov-report term-missing --cov=circup - name: Build docs working-directory: docs run: |