Skip to content

Commit ec4557f

Browse files
committed
Revert "Run entire test suite"
This reverts commit 40e21f2.
1 parent 40e21f2 commit ec4557f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
fi
6969
./.venv/$bindir/pip install 'protobuf>=3.20' 'types-protobuf>=3.20' 'typing-extensions<5,>=4.2.0' pytest pytest_asyncio grpcio pydantic opentelemetry-api opentelemetry-sdk python-dateutil
7070
./.venv/$bindir/pip install --no-index --find-links=../dist temporalio
71-
./.venv/$bindir/python -m pytest
71+
./.venv/$bindir/python -m pytest -s -k test_workflow_hello
7272
7373
# Upload dist
7474
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)